IPError

public enum IPError : LocalizedError

IAMPASS Error class.

  • Operation completed

    Declaration

    Swift

    case Success

Device Registration Errors

User Management Errors

  • The specified user already exists

    Declaration

    Swift

    case User_Exists
  • Failed to add the users

    Declaration

    Swift

    case Failed_Add_User
  • Failed to delete the user

    Declaration

    Swift

    case Failed_Delete_User

Session errors

Pending Request Errors

Generic errors

  • Failed to create request payload.

    Declaration

    Swift

    case Failed_Create_Payload
  • Invalid parameter passed to API method

    Declaration

    Swift

    case Invalid_Parameter
  • Received an unexpected response code

    Declaration

    Swift

    case Unexpected_Response_Code
  • The data received from the server was invalid

    Declaration

    Swift

    case Unexpected_Response_Data
  • The response was not the correct response type

    Declaration

    Swift

    case Unexpected_Response_Type
  • Credentials for an IAMPASS API call are invalid

    Declaration

    Swift

    case InvalidCredentials
  • An invalid URL was encountered

    Declaration

    Swift

    case InvalidURL
  • The operation failed

    Declaration

    Swift

    case OperationFailed
  • Invalid argument passed to method

    Declaration

    Swift

    case InvalidArgument
  • Undocumented

    Declaration

    Swift

    case Failed_Authenticate_User
  • Generic error

    Declaration

    Swift

    case Error
  • Gets a localized description for the error.

    Declaration

    Swift

    public var errorDescription: String? { get }