Returned when a server-side problem is caused by scaling infrastructure resources.

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

Indexable

[key: string]: any

Properties

Properties

code: "BadGateway"

Generated using TypeDoc