Exception: StrixRuby::AuthenticationError

Inherits:
Error
  • Object
show all
Defined in:
lib/strix_ruby/errors.rb

Overview

Raised when authentication fails (invalid credentials)

Instance Method Summary collapse

Constructor Details

#initialize(message = "Authentication failed. Please check your credentials.") ⇒ AuthenticationError

Returns a new instance of AuthenticationError.



9
10
11
# File 'lib/strix_ruby/errors.rb', line 9

def initialize(message = "Authentication failed. Please check your credentials.")
  super
end