Returned when the service is having trouble handling the load.

The client application should retry the request with exponential backoff up to a point where further delay is unacceptable.
interface GraphQLOverCapacityError {
    code: "OverCapacity";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "OverCapacity"

Generated using TypeDoc