Enum MessagingExceptionDetail.ErrorLevelType
- Namespace
- Microsoft.ServiceBus.Messaging
- Assembly
- Microsoft.ServiceBus.dll
Enumerates the types of error level for the messaging communication.
public enum MessagingExceptionDetail.ErrorLevelType
Fields
ServerError = 1
Specifies a server error.
UserError = 0
Specifies a user error.