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

UserStackAssociationErrorCode

import type { UserStackAssociationErrorCode } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
type UserStackAssociationErrorCode =
| "STACK_NOT_FOUND"
| "USER_NAME_NOT_FOUND"
| "DIRECTORY_NOT_FOUND"
| "INTERNAL_ERROR"

§Type

§
"STACK_NOT_FOUND" | "USER_NAME_NOT_FOUND" | "DIRECTORY_NOT_FOUND" | "INTERNAL_ERROR" | cmnP.UnexpectedEnumValue
[src]