A Custom Error Component is a UI element designed to display error messages dynamically based on the results of a data fetch or other validations.
This component is used to show errors inline or in a specified layout related to a particular data source. It is typically linked to a generic data fetch operation and displays messages when the fetch fails or returns errors.
Key features include:
errorKey property.Complete JSON Object
{
"key": "InputKeyr",
"id": "formly_65_customgenericdatafetch_InputKey_3",
"type": "customerrorcomponent",
"props": {
"layout": "inline",
"errorKey": "key from the generic fetch - source of error"
},
}
\
Allowed Custom Properties
Allowed Validations