AuthorizationError

public enum AuthorizationError : UInt32, CaseIterable, Codable
extension AuthorizationError : Error

AuthorizationError represents an error’s enum

  • Invalid parameter was received.

    Declaration

    Swift

    case invalidParameter = 1
  • Operation failed. See detailed information in log.

    Declaration

    Swift

    case failed
  • External authentication is used, therefore authorization is not available. Currently, only the KEY_AND_SECRET authentication method is supported.

    Declaration

    Swift

    case externalAuthentication