Module errors

Source
Expand description

Error types for serialization/deserialization

Structs§

Error
The main error type for Planus
ErrorLocation
The location of the error in both the generated code and the binary data where it was encountered.
UnknownEnumTag
Information about an unrecognized enum tag.
UnknownEnumTagKind
The value of an unknown enum tag.

Enums§

ErrorKind
The possible errors in planus when reading data from a serialized buffer.