Skip to main content

SERVER_TIMEOUT

Constant SERVER_TIMEOUT 

Source
pub const SERVER_TIMEOUT: &str = "ServerTimeout";
Expand description

StatusReasonServerTimeout means the server can be reached and understood the request, but cannot complete the action in a reasonable time. The client should retry the request. This is may be due to temporary server load or a transient communication issue with another server. Status code 500 is used because the HTTP spec provides no suitable server-requested client retry and the 5xx class represents actionable errors. Details (optional): “kind” string - the kind attribute of the resource being acted on. “id” string - the operation that is being attempted. “retryAfterSeconds” int32 - the number of seconds before the operation should be retried Status code 500