gatewayTimeout constant

HttpStatus const gatewayTimeout

504 Gateway Timeout

This error response is given when the server is acting as a gateway and cannot get a response in time.

Implementation

static const gatewayTimeout = HttpStatus(504);