Loading...
Skip to main content

Class: AIJSXError

core/errors.AIJSXError

A generic error thrown by AI.JSX. It could be a user error, runtime error, or internal error.

Hierarchy

Constructors

constructor

new AIJSXError(message, code, blame, metadata?)

Parameters

NameType
messagestring
codeErrorCode
blameErrorBlame
metadataJsonifiable

Overrides

Error.constructor

Defined in

ai-jsx/src/core/errors.ts:73

Properties

blame

Readonly blame: ErrorBlame

Defined in

ai-jsx/src/core/errors.ts:76


code

Readonly code: ErrorCode

Defined in

ai-jsx/src/core/errors.ts:75


metadata

Readonly metadata: Jsonifiable = {}

Defined in

ai-jsx/src/core/errors.ts:77

Methods

toString

toString(): string

Returns

string

Defined in

ai-jsx/src/core/errors.ts:99