-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum UserDataException.StatusProvides detailed status for the exception.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNAUTHORIZED_ACCESS_ERRORSignifies that the request failed because the user is not authorized to access the requested resource.
QUERY_VALIDATION_ERRORSignifies that the request failed because of the query validation error.
INTERNAL_SERVER_ERRORSignifies that the request failed because of an internal server error.
UNKNOWN_ERRORSignifies that the request failed for an unknown reason.
-
Method Summary
Modifier and Type Method Description static Array<UserDataException.Status>values()static UserDataException.StatusvalueOf(String name)-
-
Method Detail
-
values
static Array<UserDataException.Status> values()
-
valueOf
static UserDataException.Status valueOf(String name)
-
-
-
-