Modern React Template - v0.0.10
    Preparing search index...

    Variable apiErrorSchemaConst

    apiErrorSchema: ZodObject<
        {
            code: ZodOptional<ZodString>;
            details: ZodOptional<ZodRecord<ZodString, ZodUnknown>>;
            message: ZodString;
        },
        $strip,
    > = ...

    API Error Schema

    Validates error responses from the API.