Method: Logcamp.authentication_error

Defined in:
lib/logcamp.rb

.authentication_error(error, rcode, rbody, error_obj) ⇒ Object



133
134
135
# File 'lib/logcamp.rb', line 133

def self.authentication_error(error, rcode, rbody, error_obj)
  AuthenticationError.new(error[:message], rcode, rbody, error_obj)
end