Exception: ACTV::Error::ServiceUnavailable

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

Overview

Raised when Active returns the HTTP status code 503

Constant Summary collapse

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

Instance Attribute Summary

Attributes inherited from ACTV::Error

#wrapped_exception

Method Summary

Methods inherited from ServerError

#initialize

Methods inherited from ACTV::Error

#backtrace, descendants, errors, #initialize

Constructor Details

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