Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UniqueProblem

import type { UniqueProblem } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";

A collection of one or more problems, grouped by their result.

interface UniqueProblem {
message?: string | null;
problems?: Problem[] | null;
}

§Properties

§
message?: string | null
[src]

A message about the unique problems' result.

§
problems?: Problem[] | null
[src]

Information about the problems.