Module Smaws_Client_DeviceFarm.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.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ArgumentException of Types.argument_exception | `LimitExceededException of Types.limit_exceeded_exception | `NotFoundException of Types.not_found_exception | `ServiceAccountException of Types.service_account_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_unique_problems_request -> (Types.list_unique_problems_result, [> Smaws_Lib.Protocols.AwsJson.error | `ArgumentException of Types.argument_exception | `LimitExceededException of Types.limit_exceeded_exception | `NotFoundException of Types.not_found_exception | `ServiceAccountException of Types.service_account_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.list_unique_problems_request -> (Types.list_unique_problems_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ArgumentException of Types.argument_exception | `LimitExceededException of Types.limit_exceeded_exception | `NotFoundException of Types.not_found_exception | `ServiceAccountException of Types.service_account_exception ] * Smaws_Lib.Response.metadata) Stdlib.result