Method: OryClient::GenericErrorContent#hash

Defined in:
lib/ory-client/models/generic_error_content.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



136
137
138
# File 'lib/ory-client/models/generic_error_content.rb', line 136

def hash
  [debug, error, error_description, message, status_code].hash
end