Method: OryClient::GenericErrorContent#status_code
- Defined in:
- lib/ory-client/models/generic_error_content.rb
#status_code ⇒ Object
Code represents the error status code (404, 403, 401, …).
32 33 34 |
# File 'lib/ory-client/models/generic_error_content.rb', line 32 def status_code @status_code end |