Experimental
Readonly
BAD_The handler cannot or will not process the request due to an apparent client error.
Clients should not retry this request unless advised otherwise.
Readonly
INTERNALAn internal error occured.
Subsequent requests by the client are permissible.
Readonly
NOT_The requested resource could not be found but may be available in the future.
Readonly
NOT_The server either does not recognize the request method, or it lacks the ability to fulfill the request. Clients should not retry this request unless advised otherwise.
Readonly
RESOURCE_Some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space.
Subsequent requests by the client are permissible.
Readonly
UNAUTHENTICATEDThe client did not supply valid authentication credentials for this request.
Clients should not retry this request unless advised otherwise.
Readonly
UNAUTHORIZEDThe caller does not have permission to execute the specified operation.
Clients should not retry this request unless advised otherwise.
Readonly
UNAVAILABLEThe service is currently unavailable.
Subsequent requests by the client are permissible.
Readonly
UPSTREAM_Used by gateways to report that a request to an upstream server has timed out.
Subsequent requests by the client are permissible.
An error type associated with a HandlerError, defined according to the Nexus specification.