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 Details

  • Constructor Details

    • ServiceBusErrorSource

      @Deprecated public ServiceBusErrorSource()
      Deprecated.
      Use ExpandableStringEnum.fromString(String, Class) instead.
      Creates a new instance of the error source. Use the existing error sources and create a new error source using ExpandableStringEnum.fromString(String, Class).