Error response from requestTLSNproxy RPC call

interface ProxyRequestError {
    error: string;
    lastError?: string;
    message: string;
    targetDomain?: string;
}

Properties

error: string

Error code (e.g., 'INVALID_URL', 'PROXY_SPAWN_FAILED')

lastError?: string

Last error details for spawn failures

message: string

Human-readable error message

targetDomain?: string

Target domain that failed