Validatable.error - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / Validatable<TValidationError> / error property
Gets or sets the error message when the object is invalid.
Property type: null
| TValidationError.
public get error(): null | TValidationError
public set error(value: undefined | null | false | TValidationError)
Source references: