blpapi.InvalidArgumentException

class blpapi.InvalidArgumentException(description, errorCode)

Bases: blpapi.Exception

Invalid argument exception.

This class defines an exception for invalid arguments on method invocations.

__init__(description, errorCode)

Create a blpapi exception

Parameters
  • description (str) – Description of the error

  • errorCode (int) – Code corresponding to the error