Skip to content

IntentFormError

Defined in: packages/shared/src/errors.ts:8

  • Error

new IntentFormError(code, message, options?): IntentFormError

Defined in: packages/shared/src/errors.ts:11

IntentFormErrorCode

string

ErrorOptions

IntentFormError

Error.constructor

optional cause?: unknown

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts:26

Error.cause


readonly code: IntentFormErrorCode

Defined in: packages/shared/src/errors.ts:9


message: string

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077

Error.message


name: string

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1076

Error.name


optional stack?: string

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078

Error.stack