The specific error that occurred.
Possible error types include:
- IncompatibleTypeError
- TypeAnnotationMismatchError
- MissingKeysError
- DuplicateKeysError
- UndeclaredMembersError
- MixedArrayError
See IncompatibleTypeError, TypeAnnotationMismatchError, MissingKeysError, DuplicateKeysError, UndeclaredMembersError and MixedArrayError for more information.
The name of the field that the error occurred in.
The unique identifier for the error.
The type of error that occurred.
Represents an error that occurred in a specific field of a data object.
Remarks
This interface is used to provide detailed information about the error, including the field name, the error type, and the error message.