Exception: QingCloud::SDK::Error::ServerError

Inherits:
SDKError
  • Object
show all
Defined in:
lib/qingcloud/sdk/general/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(code) ⇒ ServerError

Returns a new instance of ServerError.



15
16
17
# File 'lib/qingcloud/sdk/general/error.rb', line 15

def initialize(code)
    super "Server Response with Error Code \"#{code}\"."
end