Exception
import type { Exception } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";A Java or Javascript exception and its stacktrace. Only from Android or web apps.
interface Exception {
blamed?: boolean;
exceptionMessage?: string;
frames?: Frame[];
nested?: boolean;
subtitle?: string;
title?: string;
type?: string;
}