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