Bases: Exception
Exception
Invalid argument exception.
This class defines an exception for invalid arguments on method invocations.
Create a blpapi exception
description (str) – Description of the error
str
errorCode (Optional[int]) – Code corresponding to the error
Optional
int