Exception: MLB::GatewayTimeout

Inherits:
ServerError show all
Includes:
Retryable
Defined in:
lib/mlb/errors/gateway_timeout.rb

Overview

Error raised for HTTP 504 Gateway Timeout responses. These errors indicate temporary infrastructure issues and are safe to retry.

Instance Attribute Summary

Attributes inherited from HTTPError

#code, #response

Method Summary

Methods inherited from HTTPError

#initialize

Constructor Details

This class inherits a constructor from MLB::HTTPError