Back to Homebridge

Interface MatterErrorDetails

docs/interfaces/MatterErrorDetails.html

2.0.2943 B
Original Source
  • MatterErrorDetails

Interface MatterErrorDetails

Matter error details interface

interface MatterErrorDetails {
code?: string;
context?: string;
originalError?: Error;
recoverable?: boolean;
type?: MatterErrorType;
}

Index

Properties

code?context?originalError?recoverable?type?

Properties

Optionalcode

code?: string

Optionalcontext

context?: string

OptionaloriginalError

originalError?: Error

Optionalrecoverable

recoverable?: boolean

Optionaltype

type?: MatterErrorType

Settings

Member Visibility

  • Inherited

ThemeOSLightDark

On This Page

Properties codecontextoriginalErrorrecoverabletype