Skip to content

Structure

SQLErrorType

Types of SQL errors.
struct SQLErrorType

Overview

This type is deprecated; it has never been used by SQLKit or any of its drivers or dependents, and serves no useful purpose.

Topics

Type Properties

  • constraint
    A constraint violation occurred during database query.
  • io
    An IO error occured during database query.
  • permission
    Insufficient permissions to perform database query.
  • syntax
    Invalid syntax encountered in database query.
  • unknown
    An unknown error occured while performing database query.

Relationships

Conforms To

  • Swift.Equatable
  • Swift.Sendable
  • Swift.SendableMetatype

See Also

Deprecated