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

EnableFailure

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

Provides error messages for the failing services.

interface EnableFailure {
errorMessage?: string;
serviceId?: string;
}

§Properties

§
errorMessage?: string
[src]

An error message describing why the service could not be enabled.

§
serviceId?: string
[src]

The service id of a service that could not be enabled.