public enum SxmpErrorCode extends Enum<SxmpErrorCode>
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue() |
static SxmpErrorCode |
valueOf(int code) |
static SxmpErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SxmpErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SxmpErrorCode OK
public static final SxmpErrorCode MULTIPLE_ELEMENTS_NOT_SUPPORTED
public static final SxmpErrorCode MISSING_REQUIRED_ATTRIBUTE
public static final SxmpErrorCode MISSING_REQUIRED_ELEMENT
public static final SxmpErrorCode UNSUPPORTED_ELEMENT
public static final SxmpErrorCode INVALID_REFERENCE_ID
public static final SxmpErrorCode INVALID_VALUE
public static final SxmpErrorCode OPTYPE_MISMATCH
public static final SxmpErrorCode UNSUPPORTED_OPERATION
public static final SxmpErrorCode UNSUPPORTED_ATTRIBUTE
public static final SxmpErrorCode UNABLE_TO_CONVERT_VALUE
public static final SxmpErrorCode EMPTY_VALUE
public static final SxmpErrorCode MULTIPLE_ATTRIBUTES_NOT_SUPPORTED
public static final SxmpErrorCode UNSUPPORTED_ADDRESS_TYPE
public static final SxmpErrorCode ADDRESS_NOT_PERMITTED
public static final SxmpErrorCode INVALID_ADDRESS_VALUE
public static final SxmpErrorCode UNSUPPORTED_TEXT_ENCODING
public static final SxmpErrorCode TEXT_HEX_DECODING_FAILED
public static final SxmpErrorCode MESSAGE_LENGTH_ERROR
public static final SxmpErrorCode AUTHENTICATION_FAILURE
public static final SxmpErrorCode INVALID_XML
public static final SxmpErrorCode OPERATION_NOT_PERMITTED
public static final SxmpErrorCode INTERNAL_SERVER_ERROR
public static final SxmpErrorCode ROUTING_SYSTEM_ERROR
public static final SxmpErrorCode ROUTE_NOT_FOUND
public static final SxmpErrorCode INSUFFICIENT_FUNDS
public static final SxmpErrorCode ACCOUNT_NOT_FOUND
public static final SxmpErrorCode ACCOUNT_DISABLED
public static final SxmpErrorCode SOURCE_ADDRESS_ERROR
public static final SxmpErrorCode DESTINATION_ADDRESS_ERROR
public static final SxmpErrorCode APPLICATION_NOT_FOUND
public static final SxmpErrorCode OPERATOR_NOT_FOUND
public static final SxmpErrorCode GENERIC
public static SxmpErrorCode[] values()
for (SxmpErrorCode c : SxmpErrorCode.values()) System.out.println(c);
public static SxmpErrorCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getIntValue()
public static SxmpErrorCode valueOf(int code)
Copyright © 2016. All rights reserved.