Method: Azure::Core::Http::HTTPError#description

Defined in:
lib/azure/core/http/http_error.rb

#descriptionObject (readonly)

Public: Description of the error

Returns a String



50
51
52
# File 'lib/azure/core/http/http_error.rb', line 50

def description
  @description
end