Exception: Nexpose::AuthenticationFailed
- Defined in:
- lib/nexpose/error.rb
Instance Attribute Summary
Attributes inherited from APIError
Instance Method Summary collapse
-
#initialize(req) ⇒ AuthenticationFailed
constructor
A new instance of AuthenticationFailed.
Methods inherited from APIError
Constructor Details
#initialize(req) ⇒ AuthenticationFailed
Returns a new instance of AuthenticationFailed.
19 20 21 22 |
# File 'lib/nexpose/error.rb', line 19 def initialize(req) @req = req @reason = 'Login Failed' end |