public enum ErrorCodes extends Enum<ErrorCodes>
| Enum Constant and Description |
|---|
BROKER_NOT_AUTHORIZED |
INVALID_STATUS_QUERY_TOKEN |
SIGNING_CEREMONY_NOT_COMPLETED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
sameAs(String other) |
static ErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorCodes BROKER_NOT_AUTHORIZED
public static final ErrorCodes SIGNING_CEREMONY_NOT_COMPLETED
public static final ErrorCodes INVALID_STATUS_QUERY_TOKEN
public static ErrorCodes[] values()
for (ErrorCodes c : ErrorCodes.values()) System.out.println(c);
public static ErrorCodes 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 boolean sameAs(String other)
Copyright © 2019 Digipost. All rights reserved.