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.SymbolAmqpLinkDetachForcedstatic org.apache.qpid.proton.amqp.SymbolConnectionForcedstatic org.apache.qpid.proton.amqp.SymbolDecodeErrorstatic org.apache.qpid.proton.amqp.SymbolFramingErrorstatic org.apache.qpid.proton.amqp.SymbolIllegalStatestatic org.apache.qpid.proton.amqp.SymbolInternalErrorstatic org.apache.qpid.proton.amqp.SymbolNotAllowedstatic org.apache.qpid.proton.amqp.SymbolNotFoundstatic org.apache.qpid.proton.amqp.SymbolNotImplementedstatic org.apache.qpid.proton.amqp.SymbolPayloadSizeExceededstatic org.apache.qpid.proton.amqp.SymbolProtonIOErrorstatic org.apache.qpid.proton.amqp.SymbolResourceLimitExceededstatic org.apache.qpid.proton.amqp.SymbolStolenstatic org.apache.qpid.proton.amqp.SymbolUnauthorizedAccess
-
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
-
-