ssh-mcp-pro API - v1.1.2
    Preparing search index...

    Interface ToolErrorResponse

    interface ToolErrorResponse {
        code: string;
        error: true;
        hint?: string;
        message: string;
        recoverable?: boolean;
        suggestedAction?: string;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • ToolErrorResponse

    Indexable

    • [key: string]: unknown
    Index

    Properties

    code: string
    error: true
    hint?: string
    message: string
    recoverable?: boolean
    suggestedAction?: string