Exception: Ashikawa::Core::ResourceNotFound
- Inherits:
-
ClientError
- Object
- RuntimeError
- ClientError
- Ashikawa::Core::ResourceNotFound
- Defined in:
- lib/ashikawa-core/exceptions/client_error/resource_not_found.rb
Overview
This Exception is thrown when you request a resource that does not exist on the server
Direct Known Subclasses
CollectionNotFoundException, CollectionNotInGraphException, DocumentNotFoundException, GraphNotFoundException, IndexNotFoundException
Instance Method Summary collapse
-
#default_error_message ⇒ Object
private
The default message for this error.
Methods inherited from ClientError
Constructor Details
This class inherits a constructor from Ashikawa::Core::ClientError
Instance Method Details
#default_error_message ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
The default message for this error.
13 14 15 |
# File 'lib/ashikawa-core/exceptions/client_error/resource_not_found.rb', line 13 def 'The Resource you requested was not found on the server' end |