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

BatchGetSchemaError

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

An error describing why a schema could not be fetched.

interface BatchGetSchemaError {
code: string;
message: string;
name: string;
}

§Properties

§
code: string
[src]

An error code for the error.

§
message: string
[src]

An error message for the error.

§
name: string
[src]

An error name for the error.