public enum UserInterfaceErrorCodes extends Enum<UserInterfaceErrorCodes>
| Enum Constant and Description |
|---|
INVALID_REQUEST_FOR_ASSET_CATALOG |
INVALID_REQUEST_FOR_OPEN_LINEAGE |
MALFORMED_INPUT_EXCEPTION |
RESOURCE_NOT_FOUND |
USER_NOT_AUTHORIZED |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
String |
getErrorMessageId() |
org.springframework.http.HttpStatus |
getHttpErrorCode() |
String |
getSystemAction() |
String |
getUserAction() |
static UserInterfaceErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserInterfaceErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserInterfaceErrorCodes MALFORMED_INPUT_EXCEPTION
public static final UserInterfaceErrorCodes INVALID_REQUEST_FOR_ASSET_CATALOG
public static final UserInterfaceErrorCodes RESOURCE_NOT_FOUND
public static final UserInterfaceErrorCodes USER_NOT_AUTHORIZED
public static final UserInterfaceErrorCodes INVALID_REQUEST_FOR_OPEN_LINEAGE
public static UserInterfaceErrorCodes[] values()
for (UserInterfaceErrorCodes c : UserInterfaceErrorCodes.values()) System.out.println(c);
public static UserInterfaceErrorCodes 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 org.springframework.http.HttpStatus getHttpErrorCode()
public String getErrorMessageId()
public String getErrorMessage()
public String getSystemAction()
public String getUserAction()
Copyright © 2018–2020 ODPi. All rights reserved.