Skip to main content

TerminalErrorCode

type

Stable machine-readable category for a recoverable terminal failure.

type TerminalErrorCode = 'cancelled' | 'agent-input-required' | 'agent-identity-unproven' | 'agent-turn-failed' | 'invalid-request' | 'not-found' | 'permission-denied' | 'terminal-closed' | 'operation-not-supported' | 'unavailable'

Import

import { TerminalErrorCode } from '@modular/sdk';