public class SubscriptionPreprocessError extends Object
Subscription entry encountered
when making a list of subscriptions.| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriptionPreprocessError.Code
Defines error codes for the subscription preprocess errors.
|
| Modifier and Type | Field and Description |
|---|---|
SubscriptionPreprocessError.Code |
code
The
SubscriptionPreprocessError.Code of the error. |
CorrelationID |
correlationId
The
CorrelationID of the Subscription. |
String |
description
The details of the error.
|
String |
subscriptionString
The subscription string of the
Subscription. |
| Constructor and Description |
|---|
SubscriptionPreprocessError(CorrelationID correlationId,
String subscriptionString,
SubscriptionPreprocessError.Code code,
String description)
Creates a new
SubscriptionPreprocessError. |
public final CorrelationID correlationId
CorrelationID of the Subscription.public final String subscriptionString
Subscription.public final SubscriptionPreprocessError.Code code
SubscriptionPreprocessError.Code of the error.public final String description
public SubscriptionPreprocessError(CorrelationID correlationId, String subscriptionString, SubscriptionPreprocessError.Code code, String description)
SubscriptionPreprocessError.Copyright © 2022 Bloomberg L.P.. All rights reserved.