Exception: Recurly::API::NotFound

Inherits:
ClientError show all
Defined in:
lib/recurly/api/errors.rb

Overview

404 Not Found

The resource was not found. This may be returned if the given account code or subscription plan does not exist. The response body will explain which resource was not found.

Direct Known Subclasses

Resource::NotFound

Instance Attribute Summary

Attributes inherited from ResponseError

#request, #response

Method Summary

Methods inherited from ResponseError

#code, #description, #details, #initialize, #symbol, #to_s

Methods inherited from Error

#set_message, #to_s

Constructor Details

This class inherits a constructor from Recurly::API::ResponseError