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

ChangesetErrorInfo

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

The structure with error messages.

interface ChangesetErrorInfo {
errorCategory?: ErrorCategory | null;
errorMessage?: string | null;
}

§Properties

§
errorCategory?: ErrorCategory | null
[src]

The category of the error.

  • VALIDATION -The inputs to this request are invalid.
  • SERVICE_QUOTA_EXCEEDED - Service quotas have been exceeded. Please contact AWS support to increase quotas.
  • ACCESS_DENIED - Missing required permission to perform this request.
  • RESOURCE_NOT_FOUND - One or more inputs to this request were not found.
  • THROTTLING - The system temporarily lacks sufficient resources to process the request.
  • INTERNAL_SERVICE_EXCEPTION - An internal service error has occurred.
  • CANCELLED - Cancelled.
  • USER_RECOVERABLE - A user recoverable error has occurred.
§
errorMessage?: string | null
[src]

The text of the error message.