Package com.evernote.edam.error

Enum Summary
EDAMErrorCode Numeric codes indicating the type of error that occurred on the service.
EDAMNotFoundException._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
EDAMSystemException._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
EDAMUserException._Fields The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 

Exception Summary
EDAMNotFoundException This exception is thrown by EDAM procedures when a caller asks to perform an operation that does not exist.
EDAMSystemException This exception is thrown by EDAM procedures when a call fails as a result of an a problem in the service that could not be changed through user action.
EDAMUserException This exception is thrown by EDAM procedures when a call fails as a result of a problem that a user may be able to resolve.