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

ErrorDetails

import type { ErrorDetails } from "https://googleapis.deno.dev/v1/metastore:v1.ts";

Error details in public error message for DataprocMetastore.QueryMetadata.

interface ErrorDetails {
details?: {
[key: string]: string;
}
;
}

§Properties

§
details?: {
[key: string]: string;
}
[src]

Additional structured details about this error.Keys define the failure items. Value describes the exception or details of the item.