RulesError = object
Defined in: src/modules/types.ts:724
Structure representing an error in the rules engine
Properties
errorType
errorType: ErrorType
Defined in: src/modules/types.ts:726
Type of error
message
message: string
Defined in: src/modules/types.ts:730
Error message
state
state: any
Defined in: src/modules/types.ts:728
State at the time of error