Skip to main content

Module error

Module error 

Source
Expand description

Error types for SQLModel operations.

Structs§

ConfigError
ConnectionError
FieldValidationError
A single validation error for a field.
PoolError
ProtocolError
QueryError
SchemaError
TransactionError
TypeError
ValidationError
Validation error for field-level and model-level validation.

Enums§

ConnectionErrorKind
Error
The primary error type for all SQLModel operations.
PoolErrorKind
QueryErrorKind
SchemaErrorKind
TransactionErrorKind
ValidationErrorKind
The type of validation constraint that was violated.

Type Aliases§

Result
Result type alias for SQLModel operations.