Enum Class ErrorCodes

java.lang.Object
java.lang.Enum<ErrorCodes>
ru.bitel.bgbilling.modules.softline.server.bean.ErrorCodes
All Implemented Interfaces:
Serializable, Comparable<ErrorCodes>, Constable

public enum ErrorCodes extends Enum<ErrorCodes>
Описание кодов ошибок в ответах от SoftLine
  • Enum Constant Details Link icon

    • ANSWER_ERROR_1 Link icon

      public static final ErrorCodes ANSWER_ERROR_1
    • ANSWER_ERROR_2 Link icon

      public static final ErrorCodes ANSWER_ERROR_2
    • ANSWER_ERROR_3 Link icon

      public static final ErrorCodes ANSWER_ERROR_3
    • ANSWER_ERROR_4 Link icon

      public static final ErrorCodes ANSWER_ERROR_4
    • ANSWER_ERROR_5 Link icon

      public static final ErrorCodes ANSWER_ERROR_5
    • ANSWER_ERROR_6 Link icon

      public static final ErrorCodes ANSWER_ERROR_6
    • ANSWER_ERROR_7 Link icon

      public static final ErrorCodes ANSWER_ERROR_7
    • ANSWER_ERROR_8 Link icon

      public static final ErrorCodes ANSWER_ERROR_8
    • ANSWER_ERROR_9 Link icon

      public static final ErrorCodes ANSWER_ERROR_9
    • ANSWER_ERROR_10 Link icon

      public static final ErrorCodes ANSWER_ERROR_10
    • ANSWER_ERROR_11 Link icon

      public static final ErrorCodes ANSWER_ERROR_11
    • ANSWER_ERROR_12 Link icon

      public static final ErrorCodes ANSWER_ERROR_12
    • ANSWER_ERROR_13 Link icon

      public static final ErrorCodes ANSWER_ERROR_13
    • ANSWER_ERROR_14 Link icon

      public static final ErrorCodes ANSWER_ERROR_14
    • ANSWER_ERROR_18 Link icon

      public static final ErrorCodes ANSWER_ERROR_18
    • ANSWER_ERROR_21 Link icon

      public static final ErrorCodes ANSWER_ERROR_21
    • ANSWER_ERROR_22 Link icon

      public static final ErrorCodes ANSWER_ERROR_22
  • Method Details Link icon

    • values Link icon

      public static ErrorCodes[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf Link icon

      public static ErrorCodes valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getCode Link icon

      public int getCode()
    • getMessage Link icon

      public String getMessage()
    • getMessage Link icon

      public static String getMessage(int code)