public interface MessageErrorConstants
Modifier and Type | Field and Description |
---|---|
static short |
ADMIN_DELETED
If the message has been deleted by an admin request.
|
static short |
DELETED_DEST
If the target destination of the message could not be found.
|
static short |
EXPIRED
If the message expired before delivery.
|
static short |
INTERCEPTORS
If an interceptors error happened.
|
static short |
NOT_ALLOWED
If the client tried to work with some entity in a manner that is prohibited
by the server
|
static short |
NOT_WRITEABLE
If the target destination of the message did not accept the sender as a
WRITER.
|
static short |
QUEUE_FULL
If the queue has reached its max number of messages.
|
static short |
UNDELIVERABLE
If the number of delivery attempts of the message overtook the threshold.
|
static short |
UNEXPECTED_ERROR
If an unexpected error happened during delivery.
|
static final short EXPIRED
static final short NOT_WRITEABLE
static final short UNDELIVERABLE
static final short ADMIN_DELETED
static final short DELETED_DEST
static final short QUEUE_FULL
static final short UNEXPECTED_ERROR
static final short INTERCEPTORS
static final short NOT_ALLOWED
Copyright © 2021 ScalAgent D.T.. All rights reserved.