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

ProtectedQueryError

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

Details of errors thrown by the protected query.

interface ProtectedQueryError {
code: string;
message: string;
}

§Properties

§
code: string
[src]

An error code for the error.

§
message: string
[src]

A description of why the query failed.