Variable tunnelOwnershipConflictErrorConst

tunnelOwnershipConflictError: ErrorHelper<{
    attemptedOwnerId: string;
    currentOwnerId: string;
    taskId: string;
} & DefaultErrorType> = ...