pub enum Error {
Show 124 variants SnappyCrc32 { expected: u32, actual: u32, }, BoolValue(u8), FixedValue(ValueKind), BytesValue(ValueKind), GetUuidFromStringValue(ValueKind), NameCollision(String), ResolveDecimalSchema(SchemaKind), ConvertToUtf8(FromUtf8Error), ConvertToUtf8Error(Utf8Error), Validation, ValidationWithReason(String), MemoryAllocation { desired: usize, maximum: usize, }, SignExtend { requested: usize, needed: usize, }, ReadBoolean(Error), ReadBytes(Error), ReadString(Error), ReadDouble(Error), ReadFloat(Error), ReadDuration(Error), ReadFixed(Errorusize), ConvertStrToUuid(Error), MapKeyType(ValueKind), GetUnionVariant { index: i64, num_variants: usize, }, EnumSymbolIndex { index: usize, num_variants: usize, }, GetEnumSymbol(String), GetEnumUnknownIndexValue, GetScaleAndPrecision { scale: usize, precision: usize, }, GetScaleWithFixedSize { size: usize, precision: usize, }, GetUuid(ValueKind), GetDecimalFixedBytes(usize), ResolveDuration(ValueKind), ResolveDecimal(ValueKind), GetField(String), GetU8(ValueKind), ComparePrecisionAndSize { precision: usize, num_bytes: usize, }, ConvertLengthToI32(TryFromIntErrorusize), GetDate(ValueKind), GetTimeMillis(ValueKind), GetTimeMicros(ValueKind), GetTimestampMillis(ValueKind), GetTimestampMicros(ValueKind), GetNull(ValueKind), GetBoolean(ValueKind), GetInt(ValueKind), GetLong(ValueKind), GetDouble(ValueKind), GetFloat(ValueKind), GetBytes(ValueKind), GetString(ValueKind), GetEnum(ValueKind), CompareFixedSizes { size: usize, n: usize, }, GetStringForFixed(ValueKind), GetEnumDefault { symbol: String, symbols: Vec<String>, }, GetEnumValue { index: usize, nsymbols: usize, }, GetDecimalMetadataFromJson(&'static str), FindUnionVariant, GetArray { expected: SchemaKind, other: ValueKind, }, GetMap { expected: SchemaKind, other: ValueKind, }, GetRecord { expected: Vec<(String, SchemaKind)>, other: ValueKind, }, GetNameField, GetNameFieldFromRecord, GetNestedUnion, GetUnionDuplicate, GetU64FromJson(Number), GetI64FromJson(Number), ConvertU64ToUsize(TryFromIntErroru64), ConvertU32ToUsize(TryFromIntErroru32), ConvertI64ToUsize(TryFromIntErrori64), ConvertI32ToUsize(TryFromIntErrori32), GetPrecisionOrScaleFromJson(Number), ParseSchemaJson(Error), ParseSchemaFromValidJson, ParsePrimitive(String), GetDecimalMetadataValueFromJson { key: String, value: Value, }, DecimalPrecisionLessThanScale { precision: usize, scale: usize, }, DecimalPrecisionMuBePositive { precision: usize, }, GetLogicalTypeVariant(Value), GetLogicalTypeField, GetLogicalTypeFieldType, GetComplexType(Value), GetComplexTypeField, GetRecordFieldsJson, GetEnumSymbolsField, GetEnumSymbols, EnumSymbolName(String), InvalidSchemaName(String, &'static str), EnumSymbolDuplicate(String), GetArrayItemsField, GetMapValuesField, GetFixedSizeField, DeflateCompress(Error), DeflateCompressFinish(Error), DeflateDecompress(Error), ZstdCompress(Error), ZstdDecompress(Error), ReadHeader(Error), HeaderMagic, SingleObjectHeaderMismatch([u8; 10][u8; 10]), GetAvroSchemaFromMap, GetHeaderMetadata, ReadMarker(Error), ReadBlockMarker(Error), ReadIntoBuf(Error), GetBlockMarker, IntegerOverflow, ReadVariableIntegerBytes(Error), ZagI32(TryFromIntErrori64), ReadBlock, SerializeValue(String), DeserializeValue(String), WriteBytes(Error), WriteMarker(Error), ConvertJsonToString(Error), ConvertF64ToJson(f64), SchemaResolutionError(Name), FileHeaderAlreadyWritten, InvalidMetadataKey(String), AmbiguousSchemaDefinition(Name), EncodeDecimalAsFixedError(usizeusize), NoEntryInLookupTable(StringString), EncodeValueAsSchemaError { value_kind: ValueKind, supported_schema: Vec<SchemaKind>, }, IllegalSingleObjectWriterState, CodecNotSupported(String), BadCodecMetadata,
}

Variants

SnappyCrc32

Fields

expected: u32
actual: u32

BoolValue(u8)

FixedValue(ValueKind)

BytesValue(ValueKind)

GetUuidFromStringValue(ValueKind)

NameCollision(String)

ResolveDecimalSchema(SchemaKind)

ConvertToUtf8(FromUtf8Error)

ConvertToUtf8Error(Utf8Error)

Validation

Describes errors happened while validating Avro data.

ValidationWithReason(String)

Describes errors happened while validating Avro data.

MemoryAllocation

Fields

desired: usize
maximum: usize

SignExtend

Fields

requested: usize
needed: usize

Describe a specific error happening with decimal representation

ReadBoolean(Error)

ReadBytes(Error)

ReadString(Error)

ReadDouble(Error)

ReadFloat(Error)

ReadDuration(Error)

ReadFixed(Errorusize)

ConvertStrToUuid(Error)

MapKeyType(ValueKind)

GetUnionVariant

Fields

index: i64
num_variants: usize

EnumSymbolIndex

Fields

index: usize
num_variants: usize

GetEnumSymbol(String)

GetEnumUnknownIndexValue

GetScaleAndPrecision

Fields

scale: usize
precision: usize

GetScaleWithFixedSize

Fields

size: usize
precision: usize

GetUuid(ValueKind)

GetDecimalFixedBytes(usize)

ResolveDuration(ValueKind)

ResolveDecimal(ValueKind)

GetField(String)

GetU8(ValueKind)

ComparePrecisionAndSize

Fields

precision: usize
num_bytes: usize

ConvertLengthToI32(TryFromIntErrorusize)

GetDate(ValueKind)

GetTimeMillis(ValueKind)

GetTimeMicros(ValueKind)

GetTimestampMillis(ValueKind)

GetTimestampMicros(ValueKind)

GetNull(ValueKind)

GetBoolean(ValueKind)

GetInt(ValueKind)

GetLong(ValueKind)

GetDouble(ValueKind)

GetFloat(ValueKind)

GetBytes(ValueKind)

GetString(ValueKind)

GetEnum(ValueKind)

CompareFixedSizes

Fields

size: usize
n: usize

GetStringForFixed(ValueKind)

GetEnumDefault

Fields

symbol: String
symbols: Vec<String>

GetEnumValue

Fields

index: usize
nsymbols: usize

GetDecimalMetadataFromJson(&'static str)

FindUnionVariant

GetArray

Fields

expected: SchemaKind
other: ValueKind

GetMap

Fields

expected: SchemaKind
other: ValueKind

GetRecord

Fields

expected: Vec<(String, SchemaKind)>
other: ValueKind

GetNameField

GetNameFieldFromRecord

GetNestedUnion

GetUnionDuplicate

GetU64FromJson(Number)

GetI64FromJson(Number)

ConvertU64ToUsize(TryFromIntErroru64)

ConvertU32ToUsize(TryFromIntErroru32)

ConvertI64ToUsize(TryFromIntErrori64)

ConvertI32ToUsize(TryFromIntErrori32)

GetPrecisionOrScaleFromJson(Number)

ParseSchemaJson(Error)

ParseSchemaFromValidJson

ParsePrimitive(String)

GetDecimalMetadataValueFromJson

Fields

key: String
value: Value

DecimalPrecisionLessThanScale

Fields

precision: usize
scale: usize

DecimalPrecisionMuBePositive

Fields

precision: usize

GetLogicalTypeVariant(Value)

GetLogicalTypeField

GetLogicalTypeFieldType

GetComplexType(Value)

GetComplexTypeField

GetRecordFieldsJson

GetEnumSymbolsField

GetEnumSymbols

EnumSymbolName(String)

InvalidSchemaName(String, &'static str)

EnumSymbolDuplicate(String)

GetArrayItemsField

GetMapValuesField

GetFixedSizeField

DeflateCompress(Error)

DeflateCompressFinish(Error)

DeflateDecompress(Error)

ZstdCompress(Error)

ZstdDecompress(Error)

ReadHeader(Error)

HeaderMagic

SingleObjectHeaderMismatch([u8; 10][u8; 10])

GetAvroSchemaFromMap

GetHeaderMetadata

ReadMarker(Error)

ReadBlockMarker(Error)

ReadIntoBuf(Error)

GetBlockMarker

IntegerOverflow

ReadVariableIntegerBytes(Error)

ZagI32(TryFromIntErrori64)

ReadBlock

SerializeValue(String)

DeserializeValue(String)

WriteBytes(Error)

WriteMarker(Error)

ConvertJsonToString(Error)

ConvertF64ToJson(f64)

Error while converting float to json value

SchemaResolutionError(Name)

Error while resolving Schema::Ref

FileHeaderAlreadyWritten

InvalidMetadataKey(String)

AmbiguousSchemaDefinition(Name)

Error when two named schema have the same fully qualified name

EncodeDecimalAsFixedError(usizeusize)

NoEntryInLookupTable(StringString)

EncodeValueAsSchemaError

Fields

value_kind: ValueKind
supported_schema: Vec<SchemaKind>

IllegalSingleObjectWriterState

CodecNotSupported(String)

BadCodecMetadata

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

The lower-level source of this error, if any. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

🔬 This is a nightly-only experimental API. (error_generic_member_access)

Provides type based access to context intended for error reports. Read more

Used when a Serialize implementation encounters any error while serializing a type. Read more

Raised when there is general error when deserializing a type. Read more

Raised when a Deserialize receives a type different from what it was expecting. Read more

Raised when a Deserialize receives a value of the right type but that is wrong for some other reason. Read more

Raised when deserializing a sequence or map and the input data contains too many or too few elements. Read more

Raised when a Deserialize enum type received a variant with an unrecognized name. Read more

Raised when a Deserialize struct type received a field with an unrecognized name. Read more

Raised when a Deserialize struct type expected to receive a required field with a particular name but that field was not present in the input. Read more

Raised when a Deserialize struct type received more than one of the same field. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.