@adcp/client API Reference - v3.11.2
    Preparing search index...

    Variable CreateMediaBuyErrorSchemaConst

    CreateMediaBuyErrorSchema: ZodObject<
        {
            errors: ZodArray<
                ZodIntersection<
                    ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                    ZodObject<
                        {
                            code: ZodString;
                            message: ZodString;
                            field: ZodOptional<ZodNullable<ZodString>>;
                            suggestion: ZodOptional<ZodNullable<ZodString>>;
                            retry_after: ZodOptional<ZodNullable<ZodNumber>>;
                            details: ZodOptional<
                                ZodNullable<
                                    ZodRecord<ZodString, ZodUnion<readonly [(...), (...)]>>,
                                >,
                            >;
                        },
                        $strip,
                    >,
                >,
            >;
            context: ZodOptional<
                ZodNullable<
                    ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                >,
            >;
            ext: ZodOptional<
                ZodNullable<
                    ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                >,
            >;
        },
        $strip,
    > = ...