public interface ErrorCodes
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESS_REFUSED
The client attempted to work with a server entity to which it has no access due to security settings.
|
static int |
ALREADY_EXISTS
The client attempted to work with a server entity to which it has no access because another client is
working with it.
|
static int |
ARGUMENT_INVALID |
static int |
CHANNEL_ERROR
The client attempted to work with a channel that had not been correctly opened.
|
static int |
COMMAND_INVALID
The client sent an invalid sequence of frames, attempting to perform an operation that was considered invalid
by the server.
|
static int |
CONNECTION_FORCED
An operator intervened to close the connection for some reason.
|
static int |
FRAME_ERROR
The client sent a malformed frame that the server could not decode.
|
static int |
IN_USE
The client requested a method that was not allowed because some precondition failed.
|
static int |
INTERNAL_ERROR
The server could not complete the method because of an internal error.
|
static int |
INVALID_ARGUMENT |
static int |
INVALID_PATH
The client tried to work with an unknown virtual host or cluster.
|
static int |
INVALID_ROUTING_KEY |
static int |
MESSAGE_TOO_LARGE
The client attempted to transfer content larger than the server could accept at the present time.
|
static int |
NO_CONSUMERS
When the exchange cannot deliver to a consumer when the immediate flag is set.
|
static int |
NO_ROUTE
When the exchange cannot route the result of a .Publish, most likely due to an invalid routing key.
|
static int |
NOT_ALLOWED
The client tried to work with some entity in a manner that is prohibited by the server, due to security settings
or by some other criteria.
|
static int |
NOT_DELIVERED
The client asked for a specific message that is no longer available.
|
static int |
NOT_FOUND
The client attempted to work with a server entity that does not exist.
|
static int |
NOT_IMPLEMENTED
The client tried to use functionality that is not implemented in the server.
|
static int |
REPLY_SUCCESS
Indicates that the method completed successfully.
|
static int |
REQUEST_TIMEOUT |
static int |
RESOURCE_ERROR
The server could not complete the method because it lacked sufficient resources.
|
static int |
SYNTAX_ERROR
The client sent a frame that contained illegal values for one or more fields.
|
static int |
UNSUPPORTED_CLIENT_PROTOCOL_ERROR
The client impl does not support the protocol version
|
static final int REPLY_SUCCESS
static final int NOT_DELIVERED
static final int MESSAGE_TOO_LARGE
static final int NO_ROUTE
static final int NO_CONSUMERS
static final int CONNECTION_FORCED
static final int INVALID_PATH
static final int ACCESS_REFUSED
static final int NOT_FOUND
static final int ALREADY_EXISTS
static final int IN_USE
static final int INVALID_ROUTING_KEY
static final int REQUEST_TIMEOUT
static final int ARGUMENT_INVALID
static final int FRAME_ERROR
static final int SYNTAX_ERROR
static final int COMMAND_INVALID
static final int CHANNEL_ERROR
static final int RESOURCE_ERROR
static final int NOT_ALLOWED
static final int NOT_IMPLEMENTED
static final int INTERNAL_ERROR
static final int INVALID_ARGUMENT
static final int UNSUPPORTED_CLIENT_PROTOCOL_ERROR
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.