ErrorProblem
The ErrorProblem type is used to to describe a specific problem related to a field or path in the request, should be used in conjunction with the Error interface.
type ErrorProblem {
pointer: String!
detail: String!
}
Fields
ErrorProblem.pointer ● String! non-null scalar
An identification to the path or field in the request that caused the problem, for example Email.
ErrorProblem.detail ● String! non-null scalar
An explanation of the problem that occurred, for example: "The field is required."
Member Of
ErrorExtensions object