Exception: KazeClient::Error::InvalidCredentials

Inherits:
Unauthorized show all
Defined in:
lib/kaze_client/error/invalid_credentials.rb

Overview

401 error sent by Kaze server when trying to log in with invalid credentials

Author:

Since:

  • 0.1.0

Constant Summary

Constants inherited from Generic

Generic::DEFAULT_MESSAGE

Instance Attribute Summary

Attributes inherited from Generic

#error, #status

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Invalid Login or Password') ⇒ InvalidCredentials

Returns a new instance of InvalidCredentials.

Since:

  • 0.1.0



11
12
13
# File 'lib/kaze_client/error/invalid_credentials.rb', line 11

def initialize(msg='Invalid Login or Password')
  super(msg)
end