We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There was an error while loading. Please reload this page.