For the complete documentation index, see llms.txt. This page is also available as Markdown.

ValidationError

Validation error (400). These errors are thrown when you send data in the wrong format or with invalid values.

Properties

Property
Modifier
Type
Description

details

readonly

null | Record<string, string>

All validation errors in {[path]: error} format

Last updated

Was this helpful?