Skip to content

Validatable.error

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions

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:

Clone this wiki locally