@akamai/openapi-ts
    Preparing search index...

    Variable errorObjectSchemaConst

    errorObjectSchema: ZodObject<
        { field: ZodOptional<ZodString>; reason: ZodOptional<ZodString> },
        $strip,
    > = ...

    An object for describing a single error that occurred during the processing of a request.