Fix incorrect type in Errnum class

In common/exception/Errnum.hpp, the type of status is int but (at least in some cases) should be ssize_t. This is causing a SonarCloud warning implicit conversion loses integer precision.