net.java.slee.resource.diameter.cca.events.avp
Class CreditControlResultCode

java.lang.Object
  extended by net.java.slee.resource.diameter.cca.events.avp.CreditControlResultCode

public class CreditControlResultCode
extends java.lang.Object

Start time:15:00:42 2009-05-23
Project: diameter-parent
Defines rturn codes used by CCA messages.

Author:
Bartosz Baranowski , Alexandre Mendonca

Field Summary
static int DIAMETER_CREDIT_CONTROL_NOT_APPLICABLE
          The credit-control server determines that the service can be granted to the end user but no further credit-control is needed for the service (eg, service is free of charge).
static int DIAMETER_CREDIT_LIMIT_REACHED
          The credit-control server denies the service request since the end-user's account could not cover the requested service.
static int DIAMETER_END_USER_SERVICE_DENIED
          The credit-control server denies the service request due to service restrictions.
static int DIAMETER_RATING_FAILED
          This error code is used to inform the credit-control client that the credit-control server cannot rate the service request due to insufficient rating input, incorrect AVP combination or due to an AVP or an AVP value that is not recognized or supported in the rating.
static int DIAMETER_USER_UNKNOWN
          The specified end user is unknown in the credit-control server.
 
Constructor Summary
CreditControlResultCode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIAMETER_CREDIT_CONTROL_NOT_APPLICABLE

public static final int DIAMETER_CREDIT_CONTROL_NOT_APPLICABLE
The credit-control server determines that the service can be granted to the end user but no further credit-control is needed for the service (eg, service is free of charge).

See Also:
Constant Field Values

DIAMETER_CREDIT_LIMIT_REACHED

public static final int DIAMETER_CREDIT_LIMIT_REACHED
The credit-control server denies the service request since the end-user's account could not cover the requested service. If the CCR contained used-service-units they are deducted, if possible.

See Also:
Constant Field Values

DIAMETER_END_USER_SERVICE_DENIED

public static final int DIAMETER_END_USER_SERVICE_DENIED
The credit-control server denies the service request due to service restrictions. If the CCR contained used-service-units they are deducted, if possible.

See Also:
Constant Field Values

DIAMETER_RATING_FAILED

public static final int DIAMETER_RATING_FAILED
This error code is used to inform the credit-control client that the credit-control server cannot rate the service request due to insufficient rating input, incorrect AVP combination or due to an AVP or an AVP value that is not recognized or supported in the rating. The Failed-AVP AVP MUST be included and contain a copy of the entire AVP(s) that could not be processed successfully or an example of the missing AVP complete with the Vendor-Id if applicable. The value field of the missing AVP should be of correct minimum length and contain zeroes.

See Also:
Constant Field Values

DIAMETER_USER_UNKNOWN

public static final int DIAMETER_USER_UNKNOWN
The specified end user is unknown in the credit-control server.

See Also:
Constant Field Values
Constructor Detail

CreditControlResultCode

public CreditControlResultCode()


Copyright © 2011. All Rights Reserved.