Enum parquet::errors::ParquetError [−]
Set of errors that can be produced during different operations in Parquet.
Variants
General(String)General Parquet error. Returned when code violates normal workflow of working with Parquet files.
NYI(String)"Not yet implemented" Parquet error. Returned when functionality is not yet available.
EOF(String)"End of file" Parquet error. Returned when IO related failures occur, e.g. when there are not enough bytes to decode.
Trait Implementations
impl Debug for ParquetError[src]
impl Debug for ParquetErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ParquetError[src]
impl PartialEq for ParquetErrorfn eq(&self, other: &ParquetError) -> bool[src]
fn eq(&self, other: &ParquetError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ParquetError) -> bool[src]
fn ne(&self, other: &ParquetError) -> boolThis method tests for !=.
impl Display for ParquetError
impl Display for ParquetErrorimpl Error for ParquetError
impl Error for ParquetErrorfn description(&self) -> &str
fn description(&self) -> &strA short description of the error. Read more
fn cause(&self) -> Option<&Error>
fn cause(&self) -> Option<&Error>The lower-level cause of this error, if any. Read more
impl From<Error> for ParquetError
impl From<Error> for ParquetErrorfn from(e: Error) -> ParquetError
fn from(e: Error) -> ParquetErrorPerforms the conversion.
impl From<Error> for ParquetError
impl From<Error> for ParquetErrorfn from(e: Error) -> ParquetError
fn from(e: Error) -> ParquetErrorPerforms the conversion.
impl From<Error> for ParquetError
impl From<Error> for ParquetErrorfn from(e: Error) -> ParquetError
fn from(e: Error) -> ParquetErrorPerforms the conversion.
impl From<BorrowMutError> for ParquetError
impl From<BorrowMutError> for ParquetErrorfn from(e: BorrowMutError) -> ParquetError
fn from(e: BorrowMutError) -> ParquetErrorPerforms the conversion.
impl From<ParquetError> for Error[src]
impl From<ParquetError> for Errorfn from(e: ParquetError) -> Self[src]
fn from(e: ParquetError) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for ParquetError
impl Send for ParquetErrorimpl Sync for ParquetError
impl Sync for ParquetError