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

ErrorCode

import type { ErrorCode } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
type ErrorCode =
| "SubnetNotFound"
| "SecurityGroupNotFound"
| "EniLimitReached"
| "IpNotAvailable"
| "AccessDenied"
| "OperationNotPermitted"
| "VpcIdNotFound"
| "Unknown"
| "NodeCreationFailure"
| "PodEvictionFailure"
| "InsufficientFreeAddresses"
| "ClusterUnreachable"
| "InsufficientNumberOfReplicas"
| "ConfigurationConflict"
| "AdmissionRequestDenied"
| "UnsupportedAddonModification"
| "K8sResourceNotFound"

§Type

§
"SubnetNotFound" | "SecurityGroupNotFound" | "EniLimitReached" | "IpNotAvailable" | "AccessDenied" | "OperationNotPermitted" | "VpcIdNotFound" | "Unknown" | "NodeCreationFailure" | "PodEvictionFailure" | "InsufficientFreeAddresses" | "ClusterUnreachable" | "InsufficientNumberOfReplicas" | "ConfigurationConflict" | "AdmissionRequestDenied" | "UnsupportedAddonModification" | "K8sResourceNotFound" | cmnP.UnexpectedEnumValue
[src]