Skip to main content

Interface: Options

UserError.Options

The options for UserError.

Since

1.0.0

Properties

context

Optional context: unknown

The extra context to provide more information about this error.

Since

1.0.0

Default

null

Defined in

projects/framework/src/lib/errors/UserError.ts:63


identifier

identifier: string

The identifier for this error.

Since

1.0.0

Defined in

projects/framework/src/lib/errors/UserError.ts:50


message

Optional message: string

The message to be passed to the Error constructor.

Since

1.0.0

Defined in

projects/framework/src/lib/errors/UserError.ts:56