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

ErrorInfo

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

Error information about the response.

interface ErrorInfo {
errorMessages?: ErrorMessage[];
}

§Properties

§
errorMessages?: ErrorMessage[]
[src]