DocsError CodesINTERNAL_VALIDATION_FAILED
Internal

INTERNAL_VALIDATION_FAILED

Request payload failed validation.

The server-side validator rejected a field value that the typed body schema could not catch (format, length, cross-field consistency, multi-tenant ownership, etc.). The offending field and constraint should be passed as parametric context — e.g. `throw ApiError("INTERNAL_VALIDATION_FAILED", 'reserveFrom must be a relative-time string')`.

Example Error Response

JSON format

{
"error": {
"code": "INTERNAL_VALIDATION_FAILED",
"message": "Request payload failed validation.",
"description": "The server-side validator rejected a field value that the typed body schema could not catch (format, length, cross-field consistency, multi-tenant ownership, etc.). The offending field and constraint should be passed as parametric context — e.g. `throw ApiError(\"INTERNAL_VALIDATION_FAILED\", 'reserveFrom must be a relative-time string')`."
}
}

Troubleshooting Steps

Follow these steps to resolve this error

1

Re-read the field requirements in the relevant Swagger description.

2

For relative-time fields use the format `1d`, `2h`, `30m`, `15m`, etc. (max 8 chars).

3

For ids verify the referenced record exists and belongs to your organisation.

System Logs

For detailed system information about this error, check the system logs in your BizKitHub Admin dashboard. We provide transparent access to all system logs including detailed error information, request traces, and debugging data.

Need Help?

If you're still experiencing issues after following the troubleshooting steps, our support team is here to help.

Contact Support

Last updated: May 19, 2026