PromptAndCollectUserInformationError
Overview
The Prompt and Collect User Information Error operation represents the sending of an INAP PromptAndCollectUserInformationError.
This message is sent by the IN Tester when it is simulating the role of a Service Switching Platform (SSP).
- Direction: OUTBOUND
- From: SSP (IN Tester) or SRP (IN Tester)
- To: SCP (Application Under Test)
Attributes
The operation attributes are as follows.
Attribute | Type | Description |
---|---|---|
type
|
String |
inap.ssp_to_scp.PromptAndCollectUserInformationError or inap.srp_to_scp.PromptAndCollectUserInformationError
|
label
|
String |
An optional label for this node if it is to be the target of a branch operation.
|
send_with_next
|
Boolean |
Request that this INAP operation should be bundled with the next outbound TCAP. (Default = false ).
|
send_and_close
|
Boolean |
Request that this INAP operation should be sent as TCAP END. (Default = false ).
|
arguments
|
Object |
[Required] The structure of the INAP PromptAndCollectUserInformationErrorArg to construct and send. Expressions may be supplied within this structure. |
Example
This is an example entry within the operations
array:
{
"type": "inap.ssp_to_scp.PromptAndCollectUserInformationError",
"arguments": {
"errorCode": 100
}
}
Arguments
The following outbound arguments are supported.
Argument | Type | Notes |
---|---|---|
errorCode
|
Integer | [Required] Specify error code integer. |