Method: Azure::Core::Http::HTTPError#status_code

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

#status_codeObject (readonly)

Public: The HTTP status code of this error

Returns a Fixnum



28
29
30
# File 'lib/azure/core/http/http_error.rb', line 28

def status_code
  @status_code
end