|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResultCode
This interface describe basic result codes
| Field Summary | |
|---|---|
static int |
APPLICATION_UNSUPPORTED
A request was sent for an application that is not supported. |
static int |
AUTHENTICATION_REJECTED
The authentication process for the user failed, most likely due to an invalid password used by the user. |
static int |
AUTHORIZATION_REJECTED
A request was received for which the user could not be authorized. |
static int |
AVP_NOT_ALLOWED
A message was received with an AVP that MUST NOT be present. |
static int |
AVP_OCCURS_TOO_MANY_TIMES
A message was received that included an AVP that appeared more often than permitted in the message definition. |
static int |
AVP_UNSUPPORTED
The peer received a message that contained an AVP that is not recognized or supported and was marked with the Mandatory bit. |
static int |
COMMAND_UNSUPPORTED
The Request contained a Command-Code that the receiver did not recognize or support. |
static int |
CONTRADICTING_AVPS
The Home Diameter server has detected AVPs in the request that contradicted each other, and is not willing to provide service to the user. |
static int |
ELECTION_LOST
The peer has determined that it has lost the election process and has therefore disconnected the transport connection. |
static int |
INVALID_AVP_BIT_COMBO
The request contained an AVP with which is not allowed to have the given value in the AVP Flags field. |
static int |
INVALID_AVP_BITS
A request was received that included an AVP whose flag bits are set to an unrecognized value, or that is inconsistent with the AVP's definition. |
static int |
INVALID_AVP_LENGTH
The request contained an AVP with an invalid length. |
static int |
INVALID_AVP_VALUE
The request contained an AVP with an invalid value in its data portion. |
static int |
INVALID_BIT_IN_HEADER
This error is returned when an unrecognized bit in the Diameter header is set to one (1). |
static int |
INVALID_HDR_BITS
A request was received whose bits in the Diameter header were either set to an invalid combination, or to a value that is inconsistent with the command code's definition. |
static int |
INVALID_MESSAGE_LENGTH
This error is returned when a request is received with an invalid message length. |
static int |
LIMITED_SUCCESS
When returned, the request was successfully completed, but additional processing is required by the application in order to provide service to the user. |
static int |
LOOP_DETECTED
An agent detected a loop while trying to get the message to the intended recipient. |
static int |
MISSING_AVP
The request did not contain an AVP that is required by the Command Code definition. |
static int |
MULTI_ROUND_AUTH
This informational error is returned by a Diameter server to inform the access device that the authentication mechanism being used requires multiple round trips, and a subsequent request needs to be issued in order for access to be granted. |
static int |
NO_COMMON_APPLICATION
This error is returned when a CER message is received, and there are no common applications supported between the peers. |
static int |
NO_COMMON_SECURITY
This error is returned when a CER message is received, and there are no common security mechanisms supported between the peers. |
static int |
OUT_OF_SPACE
A Diameter node received the accounting request but was unable to commit it to stable storage due to a temporary lack of space. |
static int |
REALM_NOT_SERVED
The intended realm of the request is not recognized. |
static int |
REDIRECT_INDICATION
A redirect agent has determined that the request could not be satisfied locally and the initiator of the request should direct the request directly to the server, whose contact information has been added to the response. |
static int |
RESOURCES_EXCEEDED
A request was received that cannot be authorized because the user has already expended allowed resources. |
static int |
SUCCESS
The Request was successfully completed. |
static int |
TOO_BUSY
When returned, a Diameter node SHOULD attempt to send the message to an alternate peer. |
static int |
UNABLE_TO_COMPLY
This error is returned when a request is rejected for unspecified reasons. |
static int |
UNABLE_TO_DELIVER
This error is given when Diameter can not deliver the message to the destination, either because no host within the realm supporting the required application was available to process the request, or because Destination-Host AVP was given without the associated Destination-Realm AVP |
static int |
UNKNOWN_PEER
A CER was received from an unknown peer. |
static int |
UNKNOWN_SESSION_ID
The request contained an unknown Session-Id. |
static int |
UNSUPPORTED_VERSION
This error is returned when a request was received, whose version number is unsupported. |
| Field Detail |
|---|
static final int MULTI_ROUND_AUTH
static final int SUCCESS
static final int LIMITED_SUCCESS
static final int COMMAND_UNSUPPORTED
static final int UNABLE_TO_DELIVER
static final int REALM_NOT_SERVED
static final int TOO_BUSY
static final int LOOP_DETECTED
static final int REDIRECT_INDICATION
static final int APPLICATION_UNSUPPORTED
static final int INVALID_HDR_BITS
static final int INVALID_AVP_BITS
static final int UNKNOWN_PEER
static final int AUTHENTICATION_REJECTED
static final int OUT_OF_SPACE
static final int ELECTION_LOST
static final int AVP_UNSUPPORTED
static final int UNKNOWN_SESSION_ID
static final int AUTHORIZATION_REJECTED
static final int INVALID_AVP_VALUE
static final int MISSING_AVP
static final int RESOURCES_EXCEEDED
static final int CONTRADICTING_AVPS
static final int AVP_NOT_ALLOWED
static final int AVP_OCCURS_TOO_MANY_TIMES
static final int NO_COMMON_APPLICATION
static final int UNSUPPORTED_VERSION
static final int UNABLE_TO_COMPLY
static final int INVALID_BIT_IN_HEADER
static final int INVALID_AVP_LENGTH
static final int INVALID_MESSAGE_LENGTH
static final int INVALID_AVP_BIT_COMBO
static final int NO_COMMON_SECURITY
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||