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

GoogleCloudMetastoreV1alphaErrorDetails

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

Error details in public error message for DataprocMetastore.QueryMetadata.

interface GoogleCloudMetastoreV1alphaErrorDetails {
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.