[][src]Module rbatis_core::error

Errorand Result types.

Structs

UnexpectedNullError

An unexpected NULL was encountered during decoding.

Enums

Error

A generic error that represents all the ways a method can fail inside of rbatis_core.

Traits

DatabaseError

An error that was returned by the database.

Type Definitions

Result

A specialized Result type for rbatis_core.