Skip to main content

Module error

Module error 

Source
Expand description

Error types for decoding wire-format values and for fallible conversion from super::Value to mz_repr::Datum.

Structs§

NulCharacterError
Error returned when a decoded text value contains a NUL character, which PostgreSQL-compatible text values must never contain.

Enums§

IntoDatumError
Errors that can occur when converting a super::Value into a mz_repr::Datum.