IValidationError
mobx-state-tree - v7.3.1 › IValidationError
Type validation error
Hierarchy
- IValidationError
Index
Properties
Properties
context
• context: IValidationContext
Defined in src/core/type/type-checker.ts:31
Validation context
Optional message
• message? : undefined | string
Defined in src/core/type/type-checker.ts:35
Error message
value
• value: any
Defined in src/core/type/type-checker.ts:33
Value that was being validated, either a snapshot or an instance