Interface: Options
PreconditionError.Options
Hierarchy
Omit
<Options
,"identifier"
>↳
Options
Properties
context
• Optional
context: unknown
Inherited from
Omit.context
Defined in
projects/framework/src/lib/errors/UserError.ts:55
identifier
• Optional
identifier: string
Defined in
projects/framework/src/lib/errors/PreconditionError.ts:39
message
• Optional
message: string
Inherited from
Omit.message
Defined in
projects/framework/src/lib/errors/UserError.ts:48
precondition
• precondition: Precondition
<PreconditionOptions
>