Method: Azure::Core::Http::HTTPError#type

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

#typeObject (readonly)

Public: The type of error

msdn.microsoft.com/en-us/library/azure/dd179357

Returns a String



45
46
47
# File 'lib/azure/core/http/http_error.rb', line 45

def type
  @type
end