To allow better messages and logs, the Key Access Control List Service (KACLS) operation failures returns a structured JSON reply in the body. The standard HTTP status codes are used.
JSON representation | |
---|---|
{ "code": int, "message": string, "details": string } |
Fields | |
---|---|
code |
Standard HTTP status code |
message |
A human readable error message. |
details |
More details about the error, such as a stack trace. |