Exception: OneRosterClient::NilStatusError

Inherits:
ServerError show all
Defined in:
lib/oneroster_client/error.rb

Instance Attribute Summary

Attributes inherited from Error

#dependency_name, #original_response, #response

Instance Method Summary collapse

Methods inherited from Error

#message, #to_s

Constructor Details

#initialize(response = nil, message = "HTTP status could not be derived from the server response") ⇒ NilStatusError

Returns a new instance of NilStatusError.



92
93
94
# File 'lib/oneroster_client/error.rb', line 92

def initialize(response = nil, message = "HTTP status could not be derived from the server response")
  super(response, message)
end