class Evernote::EDAM::Error::EDAMNotFoundException

This exception is thrown by EDAM procedures when a caller asks to perform an operation that does not exist. This may be thrown based on an invalid primary identifier (e.g. a bad GUID), or when the caller refers to an object by another unique identifier (e.g. a User's email address).

identifier: the object identifier that was not found on the server.

key: the value passed from the client in the identifier, which was not

found.  E.g. the GUID of an object that was not found.

Constants

FIELDS
IDENTIFIER
KEY

Public Instance Methods

struct_fields() click to toggle source
# File usr/lib/ruby/vendor_ruby/Evernote/EDAM/errors_types.rb, line 113
def struct_fields; FIELDS; end
validate() click to toggle source
# File usr/lib/ruby/vendor_ruby/Evernote/EDAM/errors_types.rb, line 115
def validate
end