chore: clarify port range error message when binding fails (#9040)
* improve: clarify port range error message when binding fails
When binding two ports with an offset fails, the error message now clearly
indicates that ports are "already in use" and shows the specific port range
that was attempted. This helps users quickly diagnose port conflicts when
setting up validators.
Fixes #9032
Signed-off-by: AvhiMaz <avhimazumder5@outlook.com>
* chore: include offset value in port binding error messages
Signed-off-by: AvhiMaz <avhimazumder5@outlook.com>
---------
Signed-off-by: AvhiMaz <avhimazumder5@outlook.com>