class CloudClient::Error
######################################################################### The Error
Class represents a generic error in the Cloud Client library. It contains a readable representation of the error. #########################################################################
Attributes
Public Class Methods
Source
# File lib/cloud/CloudClient.rb, line 177 def initialize(message=nil, code="500") @message=message @code=code end
message
a description of the error