Error codes for Deno Sandbox operations.
Used to identify specific error conditions and handle them appropriately.
DenoSandboxErrorCode: SandboxErrorCode | "AUTHENTICATION_FAILED" | "SANDBOX_CREATION_FAILED" | "SANDBOX_NOT_FOUND" | "RESOURCE_LIMIT_EXCEEDED"