Other Structures

The following structures are available globally.

  • An error supplying a message and description.

    See more

    Declaration

    Swift

    public struct DatabaseError : Error
    extension DatabaseError: CustomStringConvertible
    extension DatabaseError: LocalizedError
  • SQLite library information.

    See more

    Declaration

    Swift

    public struct SQLite
  • An error supplying a message, SQLite error code, and description.

    See more

    Declaration

    Swift

    public struct SQLiteError : Error
    extension SQLiteError: CustomStringConvertible
    extension SQLiteError: LocalizedError