public class NakCodes
extends java.lang.Object
AckMsg
Modifier and Type | Field and Description |
---|---|
static int |
ACCESS_DENIED
Access Denied (user not properly permissioned for posting on the item or service)
|
static int |
DENIED_BY_SRC
Denied by source (source being posted to has denied accepting this post message)
|
static int |
GATEWAY_DOWN
Gateway is down (gateway device for handling posted or contributed
information is down or not available)
|
static int |
INVALID_CONTENT
Nak being sent due to invalid content (content of the post message is
invalid and cannot be posted, it does not match the expected formatting for this post)
|
static int |
NO_RESOURCES
No Resources (some component along the path of the post message does not
have appropriate resources available to continue processing the post)
|
static int |
NO_RESPONSE
No Response (may mean that the source is unavailable or there is a delay
in processing the posted information)
|
static int |
NONE
No Nak Code
|
static int |
NOT_OPEN
Item not open (item being posted to does not have an available stream open)
|
static int |
SOURCE_DOWN
Source Down (source being posted to is down or not available)
|
static int |
SOURCE_UNKNOWN
Source Unknown (source being posted to is unknown and is unreachable)
|
static int |
SYMBOL_UNKNOWN
Unknown Symbol (item information provided with the post message is not
recognized by the system)
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(int nakCode) |
public static final int NONE
public static final int ACCESS_DENIED
public static final int DENIED_BY_SRC
public static final int SOURCE_DOWN
public static final int SOURCE_UNKNOWN
public static final int NO_RESOURCES
public static final int NO_RESPONSE
public static final int GATEWAY_DOWN
public static final int SYMBOL_UNKNOWN
public static final int NOT_OPEN
public static final int INVALID_CONTENT
Copyright @ 2023 Refinitiv. All Rights Reserved.