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

BatchGetVariableError

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

Provides the error of the batch get variable API.

interface BatchGetVariableError {
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 error name.