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

BatchCreateVariableError

import type { BatchCreateVariableError } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";

Provides the error of the batch create variable API.

interface BatchCreateVariableError {
code?: number | null;
message?: string | null;
name?: string | null;
}

§Properties

§
code?: number | null
[src]

The error code.

§
message?: string | null
[src]

The error message.

§
name?: string | null
[src]

The name.