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

ConversionError

import type { ConversionError } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

The error code and description for a conversion that failed to insert or update.

interface ConversionError {
code?:
| "INVALID_ARGUMENT"
| "INTERNAL"
| "PERMISSION_DENIED"
| "NOT_FOUND";
kind?: string;
message?: string;
}

§Properties

§
code?: "INVALID_ARGUMENT" | "INTERNAL" | "PERMISSION_DENIED" | "NOT_FOUND"
[src]

The error code.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#conversionError".

§
message?: string
[src]

A description of the error.