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
Nested ClassesModifier and TypeClassDescriptionstatic enumDefines error codes for the subscription preprocess errors. -
Field Summary
FieldsModifier and TypeFieldDescriptionTheSubscriptionPreprocessError.Codeof the error.final CorrelationIDTheCorrelationIDof theSubscription.final StringThe details of the error.final StringThe subscription string of theSubscription. -
Constructor Summary
ConstructorsConstructorDescriptionSubscriptionPreprocessError(CorrelationID correlationId, String subscriptionString, SubscriptionPreprocessError.Code code, String description) Creates a newSubscriptionPreprocessError. -
Method Summary
-
Field Details
-
correlationId
TheCorrelationIDof theSubscription. -
subscriptionString
The subscription string of theSubscription. -
code
TheSubscriptionPreprocessError.Codeof 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