Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.24 KB

ivalidationerror.md

File metadata and controls

51 lines (29 loc) · 1.24 KB
id title sidebar_label
ivalidationerror
IValidationError
IValidationError

mobx-state-tree - v5.2.0IValidationError

Type validation error

Hierarchy

  • IValidationError

Index

Properties

Properties

context

context: IValidationContext

Defined in packages/mobx-state-tree/src/core/type/type-checker.ts:28

Validation context


Optional message

message? : undefined | string

Defined in packages/mobx-state-tree/src/core/type/type-checker.ts:32

Error message


value

value: any

Defined in packages/mobx-state-tree/src/core/type/type-checker.ts:30

Value that was being validated, either a snapshot or an instance