blpapi.SubscriptionPreprocessError

class blpapi.SubscriptionPreprocessError

Class representing an error due to an invalid subscription.

class ErrorCode(value)

The error codes used by SubscriptionPreprocessError.

SUBSCRIPTIONPREPROCESS_CORRELATIONID_ERROR = 2

Error due to misuse of correlation id, such as using a duplicate.

SUBSCRIPTIONPREPROCESS_INVALID_SUBSCRIPTION_STRING = 1

Error due to an invalid subscription string.

correlationId: CorrelationId

CorrelationId of the subscription.

description: str

Description of the error.

errorCode: ErrorCode

Error code representing the error.

subscriptionString: str

The subscription string.