> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codenullapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom Validations

> This is an example of how to return the error validations

###

This is an example of how to return the error validations

```javascript theme={null}
const errors = {
   Nombre: “Nombre incorreto”
}

errors;
```
