gflare/turso/error
Types
pub type TursoError {
ApiError(message: String)
NotFound(name: String)
Conflict(name: String)
NetworkError(message: String)
DecodeError(message: String)
}
Constructors
-
ApiError(message: String) -
NotFound(name: String) -
Conflict(name: String) -
NetworkError(message: String) -
DecodeError(message: String)
Values
pub fn to_string(error: TursoError) -> String