ValidationError

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

Properties

PropertyModifierTypeDescription

details

readonly

null | Record<string, string>

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

Last updated