ConnectionErrorCodeType

public enum ConnectionErrorCodeType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case invalidCredentials = "INVALID_CREDENTIALS"
  • Undocumented

    Declaration

    Swift

    case clusterNotFound = "CLUSTER_NOT_FOUND"
  • Undocumented

    Declaration

    Swift

    case networkErrors = "NETWORK_ERRORS"
  • Undocumented

    Declaration

    Swift

    case internalError = "INTERNAL_ERROR"
  • Undocumented

    Declaration

    Swift

    case insufficientCloudhsmHsms = "INSUFFICIENT_CLOUDHSM_HSMS"
  • Undocumented

    Declaration

    Swift

    case userLockedOut = "USER_LOCKED_OUT"
  • Undocumented

    Declaration

    Swift

    case userNotFound = "USER_NOT_FOUND"
  • Undocumented

    Declaration

    Swift

    case userLoggedIn = "USER_LOGGED_IN"
  • Undocumented

    Declaration

    Swift

    case subnetNotFound = "SUBNET_NOT_FOUND"
  • Declaration

    Swift

    public var description: String { get }