CustomBiddingAlgorithmRulesError
import type { CustomBiddingAlgorithmRulesError } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
An error message for a CustomBiddingAlgorithmRules resource.
interface CustomBiddingAlgorithmRulesError {
errorCode?:
} | "ERROR_CODE_UNSPECIFIED"
| "SYNTAX_ERROR"
| "CONSTRAINT_VIOLATION_ERROR"
| "INTERNAL_ERROR";