Exception: BigcommerceOAuthAPI::Error
- Inherits:
-
StandardError
- Object
- StandardError
- BigcommerceOAuthAPI::Error
- Defined in:
- lib/bigcommerce-oauth-api/error.rb
Direct Known Subclasses
BadGateway, BadRequest, BandwidthLimitExceeded, Conflict, Forbidden, InsufficientStorage, InternalServerError, MethodAlreadyDefinedError, MethodNotAllowed, NonLegacyApi, NotAcceptable, NotFound, NotImplemented, RequestEntityTooLarge, ServiceUnavailable, TooManyRequests, Unauthorized, UnsupportedMediaType
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
3 4 5 |
# File 'lib/bigcommerce-oauth-api/error.rb', line 3 def inspect "#<BigcommerceOAuthAPI::Error: BigcommerceOAuthAPI::Error message=\"#{message}\">" end |