There was an error while loading. Please reload this page.
Error handling class for VuzitRuby.
All of the constructors for the class.
The instance properties.
begin doc = Vuzit::Document.upload("c:/path/to/document.pdf") rescue Vuzit::ClientException => ex puts "Error uploading the document [" + ex.code + "]: " + ex.message end