NewtonErrorCodes

public enum NewtonErrorCodes : String

List of all significant Error Codes returned by Newton API

  • Undocumented

    Declaration

    Swift

    case WRONG_EMAIL_PASSWORD
  • Undocumented

    Declaration

    Swift

    case WRONG_PIN
  • Undocumented

    Declaration

    Swift

    case ITEM_ALREADY_PAID
  • Undocumented

    Declaration

    Swift

    case MANDATORY_CONFIRM
  • Undocumented

    Declaration

    Swift

    case IDENTITY_ALREADY_USED
  • Undocumented

    Declaration

    Swift

    case WRONG_IDENTITY
  • Undocumented

    Declaration

    Swift

    case MAX_PIN_LIMIT_REACHED
  • Undocumented

    Declaration

    Swift

    case OFFER_PAYMENT_USER_MISMATCH
  • Undocumented

    Declaration

    Swift

    public static func == (left: String, right: NewtonErrorCodes) -> Bool
  • Undocumented

    Declaration

    Swift

    public static func == (left: NewtonErrorCodes, right: String) -> Bool
  • Undocumented

    Declaration

    Swift

    public static func != (left: String, right: NewtonErrorCodes) -> Bool
  • Undocumented

    Declaration

    Swift

    public static func != (left: NewtonErrorCodes, right: String) -> Bool