| Class | Evernote::EDAM::NoteStore::NoteStore::UpdateTag_result |
| In: |
ruby/lib/Evernote/EDAM/note_store.rb
|
| Parent: | Object |
| SUCCESS | = | 0 |
| USEREXCEPTION | = | 1 |
| SYSTEMEXCEPTION | = | 2 |
| NOTFOUNDEXCEPTION | = | 3 |
| FIELDS | = | { SUCCESS => {:type => ::Thrift::Types::I32, :name => 'success'}, USEREXCEPTION => {:type => ::Thrift::Types::STRUCT, :name => 'userException', :class => Evernote::EDAM::Error::EDAMUserException}, SYSTEMEXCEPTION => {:type => ::Thrift::Types::STRUCT, :name => 'systemException', :class => Evernote::EDAM::Error::EDAMSystemException}, NOTFOUNDEXCEPTION => {:type => ::Thrift::Types::STRUCT, :name => 'notFoundException', :class => Evernote::EDAM::Error::EDAMNotFoundException} |