Exception: WorkSnaps::Error::ServiceUnavailable

Inherits:
ServerError show all
Defined in:
lib/worksnaps/error/service_unavailable.rb

Overview

Raised when WorkSnaps returns the HTTP status code 503

Constant Summary collapse

HTTP_STATUS_CODE =
503
MESSAGE =
"(__-){ WorkSnaps is over capacity."

Constants inherited from WorkSnaps::Error

EnhanceYourCalm, RateLimited

Instance Attribute Summary

Attributes inherited from WorkSnaps::Error

#wrapped_exception

Method Summary

Methods inherited from ServerError

from_response, #initialize

Methods inherited from WorkSnaps::Error

#backtrace, descendants, errors, #initialize

Constructor Details

This class inherits a constructor from WorkSnaps::Error::ServerError