Interface Error.Code
- Enclosing class:
- Error
public static interface Error.Code
Identifier of the problem.
-
Field Summary
Fields Modifier and Type Field Description static String
INVALID_FIELD
invalid_field.static String
INVALID_HEADER
invalid_header.static String
INVALID_METHOD
invalid_method.static String
MISSING_FIELD
missing_field.static String
SERVER_ERROR
server_error.
-
Field Details
-
INVALID_FIELD
invalid_field.- See Also:
- Constant Field Values
-
INVALID_HEADER
invalid_header.- See Also:
- Constant Field Values
-
INVALID_METHOD
invalid_method.- See Also:
- Constant Field Values
-
MISSING_FIELD
missing_field.- See Also:
- Constant Field Values
-
SERVER_ERROR
server_error.- See Also:
- Constant Field Values
-