Class AmqpErrorCode
- java.lang.Object
-
- com.microsoft.azure.servicebus.amqp.AmqpErrorCode
-
public final class AmqpErrorCode extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.qpid.proton.amqp.Symbol
AmqpLinkDetachForced
static org.apache.qpid.proton.amqp.Symbol
ConnectionForced
static org.apache.qpid.proton.amqp.Symbol
DecodeError
static org.apache.qpid.proton.amqp.Symbol
FramingError
static org.apache.qpid.proton.amqp.Symbol
IllegalState
static org.apache.qpid.proton.amqp.Symbol
InternalError
static org.apache.qpid.proton.amqp.Symbol
NotAllowed
static org.apache.qpid.proton.amqp.Symbol
NotFound
static org.apache.qpid.proton.amqp.Symbol
NotImplemented
static org.apache.qpid.proton.amqp.Symbol
PayloadSizeExceeded
static org.apache.qpid.proton.amqp.Symbol
ProtonIOError
static org.apache.qpid.proton.amqp.Symbol
ResourceLimitExceeded
static org.apache.qpid.proton.amqp.Symbol
Stolen
static org.apache.qpid.proton.amqp.Symbol
UnauthorizedAccess
-
Constructor Summary
Constructors Constructor Description AmqpErrorCode()
-
-
-
Field Detail
-
NotFound
public static final org.apache.qpid.proton.amqp.Symbol NotFound
-
UnauthorizedAccess
public static final org.apache.qpid.proton.amqp.Symbol UnauthorizedAccess
-
ResourceLimitExceeded
public static final org.apache.qpid.proton.amqp.Symbol ResourceLimitExceeded
-
NotAllowed
public static final org.apache.qpid.proton.amqp.Symbol NotAllowed
-
InternalError
public static final org.apache.qpid.proton.amqp.Symbol InternalError
-
IllegalState
public static final org.apache.qpid.proton.amqp.Symbol IllegalState
-
NotImplemented
public static final org.apache.qpid.proton.amqp.Symbol NotImplemented
-
DecodeError
public static final org.apache.qpid.proton.amqp.Symbol DecodeError
-
Stolen
public static final org.apache.qpid.proton.amqp.Symbol Stolen
-
PayloadSizeExceeded
public static final org.apache.qpid.proton.amqp.Symbol PayloadSizeExceeded
-
AmqpLinkDetachForced
public static final org.apache.qpid.proton.amqp.Symbol AmqpLinkDetachForced
-
ConnectionForced
public static final org.apache.qpid.proton.amqp.Symbol ConnectionForced
-
FramingError
public static final org.apache.qpid.proton.amqp.Symbol FramingError
-
ProtonIOError
public static final org.apache.qpid.proton.amqp.Symbol ProtonIOError
-
-