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

UpdateError

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

A structure containing information about one error encountered while performing an UpdatePermissions operation.

interface UpdateError {
code: number;
message: string;
}

§Properties

§

Specifies which permission update caused the error.

§
code: number
[src]

The error code.

§
message: string
[src]

The message for this error.