Skip to Content
APIInterfacesInterface: ServerFieldError<TFieldValues>

Hero Hook Form API v2.15.0


Hero Hook Form API / ServerFieldError

Interface: ServerFieldError<TFieldValues>

Defined in: utils/applyServerErrors.ts:8 

Server field error structure.

Type Parameters

TFieldValues

TFieldValues extends FieldValues

The form data type

Properties

path

path: Path<TFieldValues>

Defined in: utils/applyServerErrors.ts:9 


message

message: string

Defined in: utils/applyServerErrors.ts:10 


type?

optional type: string

Defined in: utils/applyServerErrors.ts:11