Bases: Exception
Exception
Unknown error exception.
This class defines an exception for errors that do not fall in any predefined category.
Create a blpapi exception
description (str) – Description of the error
str
errorCode (Optional[int]) – Code corresponding to the error
Optional
int