-
Error when the Database has not been set
Declaration
Swift
public static let ormDatabaseNotInitialized: RequestError
-
Error when the createTable call fails
Declaration
Swift
public static let ormTableCreationError: RequestError
-
Error when the TypeDecoder failed to extract the types from the model
Declaration
Swift
public static let ormCodableDecodingError: RequestError
-
Error when the DatabaseDecoder could not construct a Model
Declaration
Swift
public static let ormDatabaseDecodingError: RequestError
-
Error when the DatabaseEncoder could not decode a Model
Declaration
Swift
public static let ormDatabaseEncodingError: RequestError
-
Error when the Query fails to be executed
Declaration
Swift
public static let ormQueryError: RequestError
-
Error when the values retrieved from the database are nil
Declaration
Swift
public static let ormNotFound: RequestError
-
Error when the table defined does not contain a specific column
Declaration
Swift
public static let ormInvalidTableDefinition: RequestError
-
Error when the Identifier could not be constructed
Declaration
Swift
public static let ormIdentifierError: RequestError
-
Error when an internal error occurs
Declaration
Swift
public static let ormInternalError: RequestError
-
Error when retrieving a connection from the database fails
Declaration
Swift
public static let ormConnectionFailed: RequestError