Class DiameterShResultCode


  • public class DiameterShResultCode
    extends Object
    Diameter Sh Result Codes
    Author:
    Open Cloud
    • Field Detail

      • DIAMETER_ERROR_USER_DATA_NOT_RECOGNIZED

        public static final int DIAMETER_ERROR_USER_DATA_NOT_RECOGNIZED
        The data required, in the XML schema, does not match that which is specified within the HSS.
        See Also:
        Constant Field Values
      • DIAMETER_ERROR_OPERATION_NOT_ALLOWED

        public static final int DIAMETER_ERROR_OPERATION_NOT_ALLOWED
        The requested operation is not allowed for the user
        See Also:
        Constant Field Values
      • DIAMETER_ERROR_USER_DATA_CANNOT_BE_READ

        public static final int DIAMETER_ERROR_USER_DATA_CANNOT_BE_READ
        The requested user data is not allowed to be read.
        See Also:
        Constant Field Values
      • DIAMETER_ERROR_USER_DATA_CANNOT_BE_MODIFIED

        public static final int DIAMETER_ERROR_USER_DATA_CANNOT_BE_MODIFIED
        The requested user data is not allowed to be modified.
        See Also:
        Constant Field Values
      • DIAMETER_ERROR_USER_DATA_CANNOT_BE_NOTIFIED

        public static final int DIAMETER_ERROR_USER_DATA_CANNOT_BE_NOTIFIED
        The requested user data is not allowed to be notified on changes.
        See Also:
        Constant Field Values
      • DIAMETER_ERROR_TRANSPARENT_DATA_OUT_OF_SYNC

        public static final int DIAMETER_ERROR_TRANSPARENT_DATA_OUT_OF_SYNC
        The request to update the repository data at the HSS could not be completed because the requested update is based on an out-of-date version of the repository data. That is, the sequence number in the Sh-Update Request message, does not match with the immediate successor of the associated sequence number stored for that repository data at the HSS. It is also used where an AS tries to create a new set of repository data when the identified repository data already exists in the HSS.
        See Also:
        Constant Field Values
      • DIAMETER_ERROR_SUBS_DATA_ABSENT

        public static final int DIAMETER_ERROR_SUBS_DATA_ABSENT
        The Application Server requested to subscribe to changes to Repository Data that is not present in the HSS.
        See Also:
        Constant Field Values
      • DIAMETER_ERROR_NO_SUBSCRIPTION_TO_DATA

        public static final int DIAMETER_ERROR_NO_SUBSCRIPTION_TO_DATA
        The Application Server received a notification of changes of some information to which it is not subscribed.
        See Also:
        Constant Field Values
      • DIAMETER_ERROR_DSAI_NOT_AVAILABLE

        public static final int DIAMETER_ERROR_DSAI_NOT_AVAILABLE
        The Application Server addressed a DSAI not configured in the HSS.
        See Also:
        Constant Field Values
      • DIAMETER_ERROR_USER_UNKNOWN

        public static final int DIAMETER_ERROR_USER_UNKNOWN
        A message was received for a user that is unknown.
        See Also:
        Constant Field Values
      • DIAMETER_ERROR_IDENTITIES_DONT_MATCH

        public static final int DIAMETER_ERROR_IDENTITIES_DONT_MATCH
        A message was received with a public identity and a private identity for a user, and the server determines that the public identity does not correspond to the private identity.
        See Also:
        Constant Field Values
      • DIAMETER_ERROR_IDENTITY_NOT_REGISTERED

        public static final int DIAMETER_ERROR_IDENTITY_NOT_REGISTERED
        A query for location information is received for a public identity that has not been registered before. The user to which this identity belongs cannot be given service in this situation.
        See Also:
        Constant Field Values
      • DIAMETER_ERROR_TOO_MUCH_DATA

        public static final int DIAMETER_ERROR_TOO_MUCH_DATA
        The volume of the data pushed to the receiving entity exceeds its capacity.
        See Also:
        Constant Field Values
      • DIAMETER_ERROR_FEATURE_UNSUPPORTED

        public static final int DIAMETER_ERROR_FEATURE_UNSUPPORTED
        A request application message was received indicating that the origin host requests that the command pair would be handled using a feature which is not supported by the destination host.
        See Also:
        Constant Field Values
      • DIAMETER_USER_DATA_NOT_AVAILABLE

        public static final int DIAMETER_USER_DATA_NOT_AVAILABLE
        The requested user data is not available at this time to satisfy the requested operation.
        See Also:
        Constant Field Values
      • DIAMETER_PRIOR_UPDATE_IN_PROGRESS

        public static final int DIAMETER_PRIOR_UPDATE_IN_PROGRESS
        The request to update the repository data at the HSS could not be completed because the related repository data is currently being updated by another entity.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DiameterShResultCode

        public DiameterShResultCode()