File

src/lib/error/angular-error-dialog-data.ts

Index

Properties

Properties

contexts
contexts: Record<string | Record<string, >>
Type : Record<string | Record<string, >>
extra
extra: Record<string | >
Type : Record<string | >
message
message: string
Type : string
name
name: string
Type : string
Optional
stack
stack: string
Type : string
Optional
tags
tags: Record<string | string>
Type : Record<string | string>
export interface AngularErrorDialogData {
  name?: string;
  message: string;
  stack?: string;
  contexts: Record<string, Record<string, unknown>>;
  extra: Record<string, unknown>;
  tags: Record<string, string>;
}

results matching ""

    No results matching ""