Skip to main content
Version: Beta

AISummaryErrors

description

These error codes are used in the "extensions" field of the Apollo GraphQL Error object. The field "code" would have "BAD_USER_INPUT", the "reason" field - one of the enum items, and the "details" field - an optional explanatory text.

Example: { "errors": [ { < Other GQL error fields > "extensions": { "code": "BAD_USER_INPUT", "reason": "<REASON_CODE>", "details": "Optional explanatory text" } } ] }

enum AISummaryErrors {
NOT_FOUND
}

Values

AISummaryErrors.NOT_FOUND

Thrown when a resource is not found