Exception: ACTV::Error::NotAcceptable

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

Overview

Raised when Active returns the HTTP status code 406

Constant Summary collapse

HTTP_STATUS_CODE =
406

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