Method: Azure::Core::Http::HTTPError#detail

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

#detailObject (readonly)

Public: Detail of the error

Returns a String



55
56
57
# File 'lib/azure/core/http/http_error.rb', line 55

def detail
  @detail
end