IValidatable.error - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IValidatable<TValidationError> / error property
Gets or sets the error message when the object is invalid.
Property type: null
| TValidationError.
error: null | TValidationError
Source reference: src/validation/IValidatable.ts:11
.