IndexOutOfRangeException
IndexOutOfRangeException.__init__()
Bases: Exception
Exception
Index out of range exception.
This class defines an exception to capture the error when an invalid index is used for an operation that needs index.
Create a blpapi exception
description (str) – Description of the error
str
errorCode (Optional[int]) – Code corresponding to the error
Optional
int