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

Error

import type { Error } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";

A non-fatal error and its stacktrace, only from Apple apps.

interface Error {
blamed?: boolean;
code?: bigint;
frames?: Frame[];
queue?: string;
subtitle?: string;
title?: string;
}

§Properties

§
blamed?: boolean
[src]

True when the Crashlytics analysis has determined that the stacktrace in this error is where the fault occurred.

§
code?: bigint
[src]

Error code associated with the app's custom logged NSError.

§
frames?: Frame[]
[src]

The frames in the error's stacktrace.

§
queue?: string
[src]

The queue on which the thread was running.

§
subtitle?: string
[src]

The subtitle of the error.

§
title?: string
[src]

The title of the error.