Package com.bloomberglp.blpapi
Class SubscriptionPreprocessError
java.lang.Object
com.bloomberglp.blpapi.SubscriptionPreprocessError
Represents the preprocess error for a
Subscription
entry encountered when making a list
of subscriptions.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Defines error codes for the subscription preprocess errors. -
Field Summary
Modifier and TypeFieldDescriptionTheSubscriptionPreprocessError.Code
of the error.final CorrelationID
TheCorrelationID
of theSubscription
.final String
The details of the error.final String
The subscription string of theSubscription
. -
Constructor Summary
ConstructorDescriptionSubscriptionPreprocessError
(CorrelationID correlationId, String subscriptionString, SubscriptionPreprocessError.Code code, String description) Creates a newSubscriptionPreprocessError
. -
Method Summary
-
Field Details
-
correlationId
TheCorrelationID
of theSubscription
. -
subscriptionString
The subscription string of theSubscription
. -
code
TheSubscriptionPreprocessError.Code
of the error. -
description
The details of the error.
-
-
Constructor Details
-
SubscriptionPreprocessError
public SubscriptionPreprocessError(CorrelationID correlationId, String subscriptionString, SubscriptionPreprocessError.Code code, String description) Creates a newSubscriptionPreprocessError
.
-
-
Method Details