Exception: ACTV::Error::Forbidden

Inherits:
ClientError show all
Defined in:
lib/actv/error/forbidden.rb

Overview

Raised when Active returns the HTTP status code 403

Constant Summary collapse

HTTP_STATUS_CODE =
403

Instance Attribute Summary

Attributes inherited from ACTV::Error

#wrapped_exception

Method Summary

Methods inherited from ClientError

from_response_body

Methods inherited from ACTV::Error

#backtrace, descendants, errors, #initialize

Constructor Details

This class inherits a constructor from ACTV::Error