Skip to content

Validatable.error

github-actions[bot] edited this page Nov 17, 2024 · 2 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