Exception: BingAdsRubySdk::Errors::ServerError

Inherits:
GeneralError
  • Object
show all
Defined in:
lib/bing_ads_ruby_sdk/errors/errors.rb

Instance Attribute Summary

Attributes inherited from GeneralError

#message, #raw_response

Instance Method Summary collapse

Constructor Details

#initialize(server_error) ⇒ ServerError

Returns a new instance of ServerError.



31
32
33
# File 'lib/bing_ads_ruby_sdk/errors/errors.rb', line 31

def initialize(server_error)
  super "Server raised error #{server_error}"
end