The pyrana exception hierarchy. Outside the pyrana package it is expected to catch those exception, not to raise them. However, doing so should’nt harm anyone.
End Of Stream. Kinda more akin to StopIteration than EOFError.
Missing the right library version for the expected dependency.
More data is needed to obtain a Frame or a Packet. Feed more data in the raising object and try again.
cannot satisfy the user request: asked for an inexistent attribute or for unsupported parameter combination.
Runtime processing error.
Root of the pyrana error tree. You should’nt use it directly, not even in an except clause.
Error while setting up a pyrana object. Check again the parameters.
Requested an unsupported feature. Did you properly initialized everything?
Unknown or invalid parameter supplied.