Enumeration
MySQLError
enum MySQLError
Topics
Enumeration Cases
MySQLError.authPluginDataError(name:)MySQLError.closedMySQLError.duplicateEntry(_:)A uniqueness constraint was violated. Associated value is message from server with details.MySQLError.invalidSyntax(_:)A syntax error occurred in a query. Associated value is message from server with details.MySQLError.missingAuthPluginInlineDataMySQLError.missingOrInvalidAuthMoreDataStatusTagMySQLError.missingOrInvalidAuthPluginInlineCommand(command:)MySQLError.protocolErrorMySQLError.secureConnectionRequiredMySQLError.server(_:)MySQLError.unsupportedAuthPlugin(name:)MySQLError.unsupportedServer(message:)
Instance Properties
descriptionA textual representation of this instance.errorDescriptionA localized message describing what error occurred.message
Relationships
Conforms To
Foundation.LocalizedErrorSwift.CustomStringConvertibleSwift.ErrorSwift.SendableSwift.SendableMetatype