Parameters
Parameter | Type | Description |
---|---|---|
result | Result | The Result to check for errors. |
Returns
{"error"
: Error
;
"path"
: (string
| number
)[];
}[]
An array of objects with the path to the error and the error itself.
Parameter | Type | Description |
---|---|---|
result | Result | The Result to check for errors. |
"error"
: Error
;
"path"
: (string
| number
)[];
}[]
An array of objects with the path to the error and the error itself.