Class CAP4Errors
- java.lang.Object
-
- CAP4Errors
-
public class CAP4Errors extends Object
Defines metadata for cap_v4's errors.
-
-
Field Summary
Fields Modifier and Type Field Description static TcapError
cancelFailed
Error metadata for CAP-errortypes.cancelFailed.static TcapError
cancelled
Error metadata for CAP-errortypes.canceled.static TcapError
eTCFailed
Error metadata for CAP-errortypes.eTCFailed.static TcapError
improperCallerResponse
Error metadata for CAP-errortypes.improperCallerResponse.static TcapError
missingCustomerRecord
Error metadata for CAP-errortypes.missingCustomerRecord.static TcapError
missingParameter
Error metadata for CAP-errortypes.missingParameter.static TcapError
parameterOutOfRange
Error metadata for CAP-errortypes.parameterOutOfRange.static TcapError
requestedInfoError
Error metadata for CAP-errortypes.requestedInfoError.static TcapError
systemFailure
Error metadata for CAP-errortypes.systemFailure.static TcapError
taskRefused
Error metadata for CAP-errortypes.taskRefused.static TcapError
unavailableResource
Error metadata for CAP-errortypes.unavailableResource.static TcapError
unexpectedComponentSequence
Error metadata for CAP-errortypes.unexpectedComponentSequence.static TcapError
unexpectedDataValue
Error metadata for CAP-errortypes.unexpectedDataValue.static TcapError
unexpectedParameter
Error metadata for CAP-errortypes.unexpectedParameter.static TcapError
unknownCSID
Error metadata for CAP-errortypes.unknownCSID.static TcapError
unknownLegID
Error metadata for CAP-errortypes.unknownLegID.
-
-
-
Field Detail
-
cancelFailed
public static final TcapError cancelFailed
Error metadata for CAP-errortypes.cancelFailed.- Parent error:
CAP3Errors.cancelFailed
- Parameter:
CCCancelFailedArg
(required) - Error event class:
CCCancelFailedErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.cancel
. - Parent error:
-
cancelled
public static final TcapError cancelled
Error metadata for CAP-errortypes.canceled.- Parent error:
CAP3Errors.cancelled
- Parameter: none
- Error event class:
CCCancelledErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.promptAndCollectUserInformation
.Used as error by
CAP4Operations.playAnnouncement
. - Parent error:
-
eTCFailed
public static final TcapError eTCFailed
Error metadata for CAP-errortypes.eTCFailed.- Parent error:
CAP3Errors.eTCFailed
- Parameter: none
- Error event class:
CCETCFailedErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.establishTemporaryConnection
. - Parent error:
-
improperCallerResponse
public static final TcapError improperCallerResponse
Error metadata for CAP-errortypes.improperCallerResponse.- Parent error:
CAP3Errors.improperCallerResponse
- Parameter: none
- Error event class:
CCImproperCallerResponseErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.promptAndCollectUserInformation
. - Parent error:
-
missingCustomerRecord
public static final TcapError missingCustomerRecord
Error metadata for CAP-errortypes.missingCustomerRecord.- Parent error:
CAP3Errors.missingCustomerRecord
- Parameter: none
- Error event class:
CCMissingCustomerRecordErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.assistRequestInstructions
.Used as error by
CAP4Operations.initialDP
.Used as error by
CAP4Operations.initialDPSMS
. - Parent error:
-
missingParameter
public static final TcapError missingParameter
Error metadata for CAP-errortypes.missingParameter.- Parent error:
CAP3Errors.missingParameter
- Parameter: none
- Error event class:
CCMissingParameterErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.assistRequestInstructions
.Used as error by
CAP4Operations.promptAndCollectUserInformation
.Used as error by
CAP4Operations.cancel
.Used as error by
CAP4Operations.playAnnouncement
.Used as error by
CAP4Operations.initialDP
.Used as error by
CAP4Operations.applyChargingReport
.Used as error by
CAP4Operations.furnishChargingInformation
.Used as error by
CAP4Operations.applyCharging
.Used as error by
CAP4Operations.initiateCallAttempt
.Used as error by
CAP4Operations.playTone
.Used as error by
CAP4Operations.resetTimer
.Used as error by
CAP4Operations.sendChargingInformation
.Used as error by
CAP4Operations.callInformationRequest
.Used as error by
CAP4Operations.connectToResource
.Used as error by
CAP4Operations.establishTemporaryConnection
.Used as error by
CAP4Operations.disconnectForwardConnectionWithArgument
.Used as error by
CAP4Operations.requestReportBCSMEvent
.Used as error by
CAP4Operations.connect
.Used as error by
CAP4Operations.disconnectLeg
.Used as error by
CAP4Operations.collectInformation
.Used as error by
CAP4Operations.continueWithArgument
.Used as error by
CAP4Operations.splitLeg
.Used as error by
CAP4Operations.moveLeg
.Used as error by
CAP4Operations.initialDPSMS
.Used as error by
CAP4Operations.resetTimerSMS
.Used as error by
CAP4Operations.connectSMS
.Used as error by
CAP4Operations.requestReportSMSEvent
.Used as error by
CAP4Operations.furnishChargingInformationSMS
. - Parent error:
-
parameterOutOfRange
public static final TcapError parameterOutOfRange
Error metadata for CAP-errortypes.parameterOutOfRange.- Parent error:
CAP3Errors.parameterOutOfRange
- Parameter: none
- Error event class:
CCParameterOutOfRangeErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.promptAndCollectUserInformation
.Used as error by
CAP4Operations.playAnnouncement
.Used as error by
CAP4Operations.initialDP
.Used as error by
CAP4Operations.applyChargingReport
.Used as error by
CAP4Operations.applyCharging
.Used as error by
CAP4Operations.initiateCallAttempt
.Used as error by
CAP4Operations.playTone
.Used as error by
CAP4Operations.resetTimer
.Used as error by
CAP4Operations.sendChargingInformation
.Used as error by
CAP4Operations.callInformationRequest
.Used as error by
CAP4Operations.requestReportBCSMEvent
.Used as error by
CAP4Operations.connect
.Used as error by
CAP4Operations.collectInformation
.Used as error by
CAP4Operations.continueWithArgument
.Used as error by
CAP4Operations.initialDPSMS
.Used as error by
CAP4Operations.resetTimerSMS
.Used as error by
CAP4Operations.connectSMS
.Used as error by
CAP4Operations.requestReportSMSEvent
. - Parent error:
-
requestedInfoError
public static final TcapError requestedInfoError
Error metadata for CAP-errortypes.requestedInfoError.- Parent error:
CAP3Errors.requestedInfoError
- Parameter:
CCRequestedInfoErrorArg
(required) - Error event class:
CCRequestedInfoErrorErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.callInformationRequest
. - Parent error:
-
systemFailure
public static final TcapError systemFailure
Error metadata for CAP-errortypes.systemFailure.- Parent error:
CAP3Errors.systemFailure
- Parameter:
CCUnavailableNetworkResource
(required) - Error event class:
CCSystemFailureErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.assistRequestInstructions
.Used as error by
CAP4Operations.promptAndCollectUserInformation
.Used as error by
CAP4Operations.playAnnouncement
.Used as error by
CAP4Operations.initialDP
.Used as error by
CAP4Operations.applyChargingReport
.Used as error by
CAP4Operations.applyCharging
.Used as error by
CAP4Operations.initiateCallAttempt
.Used as error by
CAP4Operations.playTone
.Used as error by
CAP4Operations.sendChargingInformation
.Used as error by
CAP4Operations.callInformationRequest
.Used as error by
CAP4Operations.disconnectForwardConnection
.Used as error by
CAP4Operations.connectToResource
.Used as error by
CAP4Operations.establishTemporaryConnection
.Used as error by
CAP4Operations.disconnectForwardConnectionWithArgument
.Used as error by
CAP4Operations.requestReportBCSMEvent
.Used as error by
CAP4Operations.connect
.Used as error by
CAP4Operations.disconnectLeg
.Used as error by
CAP4Operations.collectInformation
.Used as error by
CAP4Operations.splitLeg
.Used as error by
CAP4Operations.moveLeg
.Used as error by
CAP4Operations.initialDPSMS
.Used as error by
CAP4Operations.connectSMS
.Used as error by
CAP4Operations.requestReportSMSEvent
. - Parent error:
-
taskRefused
public static final TcapError taskRefused
Error metadata for CAP-errortypes.taskRefused.- Parent error:
CAP3Errors.taskRefused
- Parameter:
CCTaskRefusedArg
(required) - Error event class:
CCTaskRefusedErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.assistRequestInstructions
.Used as error by
CAP4Operations.promptAndCollectUserInformation
.Used as error by
CAP4Operations.cancel
.Used as error by
CAP4Operations.playAnnouncement
.Used as error by
CAP4Operations.initialDP
.Used as error by
CAP4Operations.applyChargingReport
.Used as error by
CAP4Operations.furnishChargingInformation
.Used as error by
CAP4Operations.applyCharging
.Used as error by
CAP4Operations.initiateCallAttempt
.Used as error by
CAP4Operations.resetTimer
.Used as error by
CAP4Operations.sendChargingInformation
.Used as error by
CAP4Operations.callInformationRequest
.Used as error by
CAP4Operations.disconnectForwardConnection
.Used as error by
CAP4Operations.connectToResource
.Used as error by
CAP4Operations.establishTemporaryConnection
.Used as error by
CAP4Operations.disconnectForwardConnectionWithArgument
.Used as error by
CAP4Operations.requestReportBCSMEvent
.Used as error by
CAP4Operations.connect
.Used as error by
CAP4Operations.disconnectLeg
.Used as error by
CAP4Operations.collectInformation
.Used as error by
CAP4Operations.splitLeg
.Used as error by
CAP4Operations.moveLeg
.Used as error by
CAP4Operations.initialDPSMS
.Used as error by
CAP4Operations.resetTimerSMS
.Used as error by
CAP4Operations.connectSMS
.Used as error by
CAP4Operations.requestReportSMSEvent
.Used as error by
CAP4Operations.furnishChargingInformationSMS
. - Parent error:
-
unavailableResource
public static final TcapError unavailableResource
Error metadata for CAP-errortypes.unavailableResource.- Parent error:
CAP3Errors.unavailableResource
- Parameter: none
- Error event class:
CCUnavailableResourceErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.promptAndCollectUserInformation
.Used as error by
CAP4Operations.playAnnouncement
. - Parent error:
-
unexpectedComponentSequence
public static final TcapError unexpectedComponentSequence
Error metadata for CAP-errortypes.unexpectedComponentSequence.- Parent error:
CAP3Errors.unexpectedComponentSequence
- Parameter: none
- Error event class:
CCUnexpectedComponentSequenceErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.assistRequestInstructions
.Used as error by
CAP4Operations.promptAndCollectUserInformation
.Used as error by
CAP4Operations.playAnnouncement
.Used as error by
CAP4Operations.initialDP
.Used as error by
CAP4Operations.applyChargingReport
.Used as error by
CAP4Operations.furnishChargingInformation
.Used as error by
CAP4Operations.applyCharging
.Used as error by
CAP4Operations.initiateCallAttempt
.Used as error by
CAP4Operations.playTone
.Used as error by
CAP4Operations.resetTimer
.Used as error by
CAP4Operations.sendChargingInformation
.Used as error by
CAP4Operations.callInformationRequest
.Used as error by
CAP4Operations.disconnectForwardConnection
.Used as error by
CAP4Operations.connectToResource
.Used as error by
CAP4Operations.establishTemporaryConnection
.Used as error by
CAP4Operations.disconnectForwardConnectionWithArgument
.Used as error by
CAP4Operations.requestReportBCSMEvent
.Used as error by
CAP4Operations.connect
.Used as error by
CAP4Operations.disconnectLeg
.Used as error by
CAP4Operations.collectInformation
.Used as error by
CAP4Operations.continueWithArgument
.Used as error by
CAP4Operations.splitLeg
.Used as error by
CAP4Operations.moveLeg
.Used as error by
CAP4Operations.initialDPSMS
.Used as error by
CAP4Operations.resetTimerSMS
.Used as error by
CAP4Operations.connectSMS
.Used as error by
CAP4Operations.requestReportSMSEvent
.Used as error by
CAP4Operations.furnishChargingInformationSMS
. - Parent error:
-
unexpectedDataValue
public static final TcapError unexpectedDataValue
Error metadata for CAP-errortypes.unexpectedDataValue.- Parent error:
CAP3Errors.unexpectedDataValue
- Parameter: none
- Error event class:
CCUnexpectedDataValueErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.assistRequestInstructions
.Used as error by
CAP4Operations.promptAndCollectUserInformation
.Used as error by
CAP4Operations.playAnnouncement
.Used as error by
CAP4Operations.initialDP
.Used as error by
CAP4Operations.applyChargingReport
.Used as error by
CAP4Operations.furnishChargingInformation
.Used as error by
CAP4Operations.applyCharging
.Used as error by
CAP4Operations.initiateCallAttempt
.Used as error by
CAP4Operations.playTone
.Used as error by
CAP4Operations.resetTimer
.Used as error by
CAP4Operations.sendChargingInformation
.Used as error by
CAP4Operations.callInformationRequest
.Used as error by
CAP4Operations.connectToResource
.Used as error by
CAP4Operations.establishTemporaryConnection
.Used as error by
CAP4Operations.disconnectForwardConnectionWithArgument
.Used as error by
CAP4Operations.requestReportBCSMEvent
.Used as error by
CAP4Operations.connect
.Used as error by
CAP4Operations.disconnectLeg
.Used as error by
CAP4Operations.collectInformation
.Used as error by
CAP4Operations.continueWithArgument
.Used as error by
CAP4Operations.splitLeg
.Used as error by
CAP4Operations.moveLeg
.Used as error by
CAP4Operations.initialDPSMS
.Used as error by
CAP4Operations.resetTimerSMS
.Used as error by
CAP4Operations.connectSMS
.Used as error by
CAP4Operations.requestReportSMSEvent
.Used as error by
CAP4Operations.furnishChargingInformationSMS
. - Parent error:
-
unexpectedParameter
public static final TcapError unexpectedParameter
Error metadata for CAP-errortypes.unexpectedParameter.- Parent error:
CAP3Errors.unexpectedParameter
- Parameter: none
- Error event class:
CCUnexpectedParameterErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.assistRequestInstructions
.Used as error by
CAP4Operations.promptAndCollectUserInformation
.Used as error by
CAP4Operations.playAnnouncement
.Used as error by
CAP4Operations.initialDP
.Used as error by
CAP4Operations.applyChargingReport
.Used as error by
CAP4Operations.furnishChargingInformation
.Used as error by
CAP4Operations.applyCharging
.Used as error by
CAP4Operations.initiateCallAttempt
.Used as error by
CAP4Operations.playTone
.Used as error by
CAP4Operations.resetTimer
.Used as error by
CAP4Operations.sendChargingInformation
.Used as error by
CAP4Operations.callInformationRequest
.Used as error by
CAP4Operations.connectToResource
.Used as error by
CAP4Operations.establishTemporaryConnection
.Used as error by
CAP4Operations.disconnectForwardConnectionWithArgument
.Used as error by
CAP4Operations.requestReportBCSMEvent
.Used as error by
CAP4Operations.connect
.Used as error by
CAP4Operations.disconnectLeg
.Used as error by
CAP4Operations.collectInformation
.Used as error by
CAP4Operations.continueWithArgument
.Used as error by
CAP4Operations.splitLeg
.Used as error by
CAP4Operations.moveLeg
.Used as error by
CAP4Operations.initialDPSMS
.Used as error by
CAP4Operations.resetTimerSMS
.Used as error by
CAP4Operations.connectSMS
.Used as error by
CAP4Operations.requestReportSMSEvent
.Used as error by
CAP4Operations.furnishChargingInformationSMS
. - Parent error:
-
unknownCSID
public static final TcapError unknownCSID
Error metadata for CAP-errortypes.unknownCSID.- Parameter: none
- Error event class:
CAP4UnknownCSIDErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.promptAndCollectUserInformation
.Used as error by
CAP4Operations.cancel
.Used as error by
CAP4Operations.playAnnouncement
.Used as error by
CAP4Operations.applyChargingReport
.Used as error by
CAP4Operations.applyCharging
.Used as error by
CAP4Operations.playTone
.Used as error by
CAP4Operations.resetTimer
.Used as error by
CAP4Operations.connectToResource
.Used as error by
CAP4Operations.establishTemporaryConnection
.Used as error by
CAP4Operations.disconnectForwardConnectionWithArgument
.Used as error by
CAP4Operations.continueWithArgument
.
-
unknownLegID
public static final TcapError unknownLegID
Error metadata for CAP-errortypes.unknownLegID.- Parent error:
CAP3Errors.unknownLegID
- Parameter: none
- Error event class:
CCUnknownLegIDErrorEvent
- Error event type:
- Name: com.opencloud.slee.resources.cgin.OperationError
- Vendor: OpenCloud
- Version: 3.1
Used as error by
CAP4Operations.applyChargingReport
.Used as error by
CAP4Operations.furnishChargingInformation
.Used as error by
CAP4Operations.applyCharging
.Used as error by
CAP4Operations.playTone
.Used as error by
CAP4Operations.sendChargingInformation
.Used as error by
CAP4Operations.callInformationRequest
.Used as error by
CAP4Operations.requestReportBCSMEvent
.Used as error by
CAP4Operations.connect
.Used as error by
CAP4Operations.disconnectLeg
.Used as error by
CAP4Operations.continueWithArgument
.Used as error by
CAP4Operations.splitLeg
.Used as error by
CAP4Operations.moveLeg
. - Parent error:
-
-