EventHubsException.ErrorSourceType Enum

Definition

Enumerates the types of error sources for the messaging communication.

public enum EventHubsException.ErrorSourceType
type EventHubsException.ErrorSourceType = 
Public Enum EventHubsException.ErrorSourceType
Inheritance
EventHubsException.ErrorSourceType

Fields

ServerError 0

Identifies the exception as a server error and service needs to take an action to address the failure.

UserError 1

Identifies the exception as a user error and user needs to take an action to address the failure.

Applies to