Exception: QingCloud::SDK::Error::ServerError
- Defined in:
- lib/qingcloud/sdk/general/error.rb
Instance Method Summary collapse
-
#initialize(code) ⇒ ServerError
constructor
A new instance of ServerError.
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 |