InvalidStateException
InvalidStateException.__init__()
Bases: Exception
Exception
Invalid state exception.
This class defines an exception for calling methods on an object that is not in a valid state.
Create a blpapi exception
description (str) – Description of the error
str
errorCode (Optional[int]) – Code corresponding to the error
Optional
int