Class
FluxerError
Base error for Fluxer SDK failures.
Prefer an ErrorCodes value so callers can branch on `error.code`.
Extends Error
Constructor
new FluxerError
(message: string, options?: FluxerErrorOptions)| Param | Type | Description |
|---|---|---|
| message | string | |
| options? | FluxerErrorOptions |
Properties
code
: string | undefined (readonly)Methods
isFluxerError
(error: unknown): boolean| Param | Type | Description |
|---|---|---|
| error | unknown |
toString
(): string