Skip to content

/AWS1/CL_DFM=>LISTUNIQUEPROBLEMS()

About ListUniqueProblems

Gets information about unique problems, such as exceptions or crashes.

Unique problems are defined as a single instance of an error across a run, job, or suite. For example, if a call in your application consistently raises an exception (OutOfBoundsException in MyActivity.java:386), ListUniqueProblems returns a single entry instead of many individual entries for that exception.

Method Signature

IMPORTING

Required arguments:

IV_ARN TYPE /AWS1/DFMAMAZONRESOURCENAME /AWS1/DFMAMAZONRESOURCENAME

The unique problems' ARNs.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/DFMPAGINATIONTOKEN /AWS1/DFMPAGINATIONTOKEN

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DFMLSTUNIQUEPROBLEM01 /AWS1/CL_DFMLSTUNIQUEPROBLEM01