Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Apart from being accessible in the ECS Inspector, the error codes will also be used in ECS Statistics, see 9.2223.5 ECS Statistics, and 4.3.22 ECS Statistics Event.

Note
titleNote!

Several Error Codes can be attached to the same UDR. This will affect the ECS Statistics output. For further information, see Error Code Search 9.2223.5 ECS Statistics.

 

To create an Error Code, select Error Codes... from the Edit menu. This will display the ECS Error Code dialog.

...

 

Info
titleExample - Error case appended using APL

An Error Case can be appended using APL code.

Code Block
languagetext
themeEclipse
udrAddError( input, "CALL ID ERROR",  
     "The callId: " 
     + input.callId 
     + ", Calling number: " 
     + input.anum
    );

In this example the "CALL ID ERROR" is defined in the ECS Error Code dialog, found in the Edit menu in the ECS Inspector.

Note
titleNote!

To clear the errors for a UDR the udrClearErrors function should be used. For further information, see the example, Reassigning to a Different Reprocessing Group, in 9.2223.6.2 ECS Collection Workflow.

 

...