Exception
Exception.__init__()
Bases: Exception
This class defines a base exception for blpapi operations.
Objects of this class contain the error description for the exception.
Create a blpapi exception
description (str) – Description of the error
str
errorCode (Optional[int]) – Code corresponding to the error
Optional
int