RequestErrorWithInner
Contains information about the error.
type RequestErrorWithInner {
code: String!
innererror: RequestInnerError!
message: String!
}
Fields
RequestErrorWithInner.code
● String!
non-null scalar
The return error code matching the HTTP Status Code.
RequestErrorWithInner.innererror
● RequestInnerError!
non-null object
Provide details on what caused the error.
RequestErrorWithInner.message
● String!
non-null scalar
A standardized error message that is also dependent on the HTTP status code returned.
Member Of
RequestErrorResponse
object