Package com.azure.messaging.servicebus
Class ServiceBusErrorSource
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServiceBusErrorSource>
com.azure.messaging.servicebus.ServiceBusErrorSource
public final class ServiceBusErrorSource
extends com.azure.core.util.ExpandableStringEnum<ServiceBusErrorSource>
Represents the operation a Service Bus client was performing when the error happened.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ServiceBusErrorSource
Error while abandoning the message.static final ServiceBusErrorSource
Error while session is accepted.static final ServiceBusErrorSource
Error while session is closed.static final ServiceBusErrorSource
Error while completing the message.static final ServiceBusErrorSource
Error while trying to do an operation on the management link.static final ServiceBusErrorSource
Error while receiving the message(s).static final ServiceBusErrorSource
Error while renewing lock.static final ServiceBusErrorSource
Error while sending a message.static final ServiceBusErrorSource
Error when we could not determine the source.static final ServiceBusErrorSource
Error while user's code is running for a message. -
Constructor Summary
-
Method Summary
Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ABANDON
Error while abandoning the message. -
COMPLETE
Error while completing the message. -
RECEIVE
Error while receiving the message(s). -
RENEW_LOCK
Error while renewing lock. -
UNKNOWN
Error when we could not determine the source. -
USER_CALLBACK
Error while user's code is running for a message. -
ACCEPT_SESSION
Error while session is accepted. -
CLOSE_SESSION
Error while session is closed. -
SEND
Error while sending a message. -
MANAGEMENT
Error while trying to do an operation on the management link.
-
-
Constructor Details
-
ServiceBusErrorSource
public ServiceBusErrorSource()
-