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

ErrorCategory

import type { ErrorCategory } from "https://aws-api.deno.dev/v0.3/services/finspacedata.ts?docs=full";

Changeset Error Category

type ErrorCategory =
| "VALIDATION"
| "SERVICE_QUOTA_EXCEEDED"
| "ACCESS_DENIED"
| "RESOURCE_NOT_FOUND"
| "THROTTLING"
| "INTERNAL_SERVICE_EXCEPTION"
| "CANCELLED"
| "USER_RECOVERABLE"

§Type

§
"VALIDATION" | "SERVICE_QUOTA_EXCEEDED" | "ACCESS_DENIED" | "RESOURCE_NOT_FOUND" | "THROTTLING" | "INTERNAL_SERVICE_EXCEPTION" | "CANCELLED" | "USER_RECOVERABLE" | cmnP.UnexpectedEnumValue
[src]