Skip to content

Protocol

SQLError

An error from a SQL query or database operation. Constains an additional property detailing what type of SQL error has occurred.
protocol SQLError : Error

Overview

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

Topics

Instance Properties

Relationships

Inherits From

  • Swift.Error
  • Swift.Sendable
  • Swift.SendableMetatype

See Also

Deprecated