class Evernote::EDAM::Error::EDAMNotFoundException

This exception is thrown by EDAM procedures when a caller asks to perform an operation on an object 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: A description of the object that was not found on the server.

For example, "Note.notebookGuid" when a caller attempts to create a note in a
notebook that does not exist in the user's account.

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

found. For example, the GUID that was not found.

Constants

FIELDS
IDENTIFIER
KEY

Public Instance Methods

struct_fields() click to toggle source
# File lib/Evernote/EDAM/errors_types.rb, line 130
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/Evernote/EDAM/errors_types.rb, line 132
def validate
end