Skip to main content

RequestInnerError

Contains error specific details useful to the developer to help investigate the current failure.

type RequestInnerError {
code: String!
message: String!
target: String
}

Fields

RequestInnerError.code ● String! non-null scalar

The internal error code. Contains a standardized code, based on the type of the error

RequestInnerError.message ● String! non-null scalar

The internal error message. Contains a detailed message of the error.

RequestInnerError.target ● String scalar

Contains the field in the request that is causing this error. This field is optional and may not be present, depending on the error type.

Member Of

RequestErrorWithInner object