Documentation / @finchart/core / DataError
Class: DataError
Defined in: packages/core/src/primitives/errors.ts:26
데이터가 계약을 어겼을 때 — x 정렬(ADR-0008), x 파싱, 구멍의 자리.
Extends
Error
Constructors
Constructor
new DataError(
message):DataError
Defined in: packages/core/src/primitives/errors.ts:27
Parameters
message
string
Returns
DataError
Overrides
Error.constructor
Properties
cause?
optionalcause?:unknown
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
Error.cause
message
message:
string
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
Error.message
name
name:
string
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
Error.name
stack?
optionalstack?:string
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
Error.stack