File

src/lib/code-http-error/code-http-error-dialog-data.ts

Extends

Omit

Index

Properties

Properties

error
error:
errorCode
errorCode: string | number
Type : string | number
import { AnyHttpErrorDialogData } from '../any-http-error/any-http-error-dialog-data';

export interface CodeHttpErrorDialogData extends Omit<AnyHttpErrorDialogData, 'error'> {
  errorCode: string | number;
  error: { message?: string } & Record<string, unknown>;
}

results matching ""

    No results matching ""