Stratal API Reference
    Preparing search index...

    Variable errorResponseSchemaConst

    errorResponseSchema: ZodObject<
        {
            code: ZodNumber;
            message: ZodString;
            metadata: ZodOptional<ZodRecord<ZodString, ZodUnknown>>;
            stack: ZodOptional<ZodString>;
            timestamp: ZodString;
        },
        $strip,
    > = ...

    Generic error response schema Used for all error responses (4xx, 5xx) Matches ApplicationError.toErrorResponse() structure