Method: Azure::Core::Http::HTTPError#status_code
- Defined in:
- lib/azure/core/http/http_error.rb
#status_code ⇒ Object (readonly)
Public: The HTTP status code of this error
Returns a Fixnum
38 39 40 |
# File 'lib/azure/core/http/http_error.rb', line 38 def status_code @status_code end |