RSPStartupError#
- exception nublado.startup.exceptions.RSPStartupError(*args, **kwargs)#
Bases:
OSErrorRSPStartupError is a subclass of OSError that is designed to be more portable than the standard OSError, since we are throwing it to a client that could, potentially, be running on a different architecture or OS, and whose numeric error codes might therefore not match (e.g.
EDQUOTis 69 under MacOS aarch64, but 122 for Linux x64).This also gives us the opportunity to set the
filenameparameter to, for instance, indicate a missing environment variable.