interface IGraphQLErrorObject {
    code: string;
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

code: string

One of the error codes that is listed on the Errors page.