@egain/ai-agent-sdk API Reference - v0.1.1 / SDKError
Class: SDKError
Base error class for all SDK errors
Hierarchy
Error↳
SDKError↳↳
AuthError↳↳
MessageError
Table of contents
Constructors
Properties
Constructors
constructor
• new SDKError(message, code?, cause?): SDKError
Parameters
| Name | Type |
|---|---|
message | string |
code? | string |
cause? | Error |
Returns
Overrides
Error.constructor
Defined in
Properties
code
• Optional Readonly code: string
Defined in
cause
• Optional Readonly cause: Error