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

IosAppCrashed

import type { IosAppCrashed } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Additional details for an iOS app crash.

interface IosAppCrashed {
stackTrace?: StackTrace;
}

§Properties

§
stackTrace?: StackTrace
[src]

The stack trace, if one is available. Optional.