Enumeration

SeagullMigrationsError

since: 0.1

Declaration

error-domain Seagull.MigrationsError

Description [src]

Error codes returned when running migrations.

Available since: 0.1

Members

SEAGULL_MIGRATIONS_ERROR_EXECUTION_FAILED

The migration failed to execute.

  • Value: 0
  • Available since: 0.1
SEAGULL_MIGRATIONS_ERROR_PREPARED_STATEMENT_FAILED

Failed to create a prepared statement.

  • Value: 1
  • Available since: 0.1
SEAGULL_MIGRATIONS_ERROR_PRAGMA_VERSION_FAILED

Pragma version did not return a result.

  • Value: 2
  • Available since: 0.1
SEAGULL_MIGRATIONS_ERROR_SCHEMA_TOO_NEW

The schema is newer than expected.

  • Value: 3
  • Available since: 0.1
SEAGULL_MIGRATIONS_ERROR_FAILED_TO_LOAD_RESOURCE

Failed to load the resource.

  • Value: 4
  • Available since: 0.1

Type functions

seagull_migrations_error_quark

The error domain to identify errors with migrations.

since: 0.1