Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CustomBiddingAlgorithmRulesError

import type { CustomBiddingAlgorithmRulesError } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

An error message for a CustomBiddingAlgorithmRules resource.

interface CustomBiddingAlgorithmRulesError {
errorCode?:
| "ERROR_CODE_UNSPECIFIED"
| "SYNTAX_ERROR"
| "CONSTRAINT_VIOLATION_ERROR"
| "INTERNAL_ERROR";
}

§Properties

§
errorCode?: "ERROR_CODE_UNSPECIFIED" | "SYNTAX_ERROR" | "CONSTRAINT_VIOLATION_ERROR" | "INTERNAL_ERROR"
[src]

The type of error.