[][src]Module ddsavelib::err

Provides the various errors that can occur when deserializing from Binary or JSON.

Serializing should, save for I/O errors, always succeed. I/O errors can be avoided by using Write or Read implementations that do not error (like memory buffers).

Enums

FromBinError

Errors that can occur when deserializing from Binary

FromJsonError

Errors that can occur when deserializing from JSON