@egain/ai-agent-sdk API Reference - v0.1.1 / AuthError
Class: AuthError
Authentication-related errors
Hierarchy
↳
AuthError
Table of contents
Constructors
Properties
Constructors
constructor
• new AuthError(message, cause?): AuthError
Parameters
| Name | Type |
|---|---|
message | string |
cause? | Error |
Returns
Overrides
Defined in
Properties
code
• Optional Readonly code: string
Inherited from
Defined in
cause
• Optional Readonly cause: Error