Exception: ClaudeAgentServer::AuthenticationError

Inherits:
ServerError
  • Object
show all
Defined in:
lib/claude_agent_server/errors.rb

Instance Method Summary collapse

Methods inherited from ServerError

#to_problem_details, #urn

Instance Method Details

#error_typeObject



47
# File 'lib/claude_agent_server/errors.rb', line 47

def error_type = 'unauthorized'

#status_codeObject



48
# File 'lib/claude_agent_server/errors.rb', line 48

def status_code = 401

#titleObject



49
# File 'lib/claude_agent_server/errors.rb', line 49

def title = 'Unauthorized'