homebridge
    Preparing search index...

    Interface MatterErrorDetails

    Matter error details interface

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

    Properties

    code?: string
    context?: string
    originalError?: Error
    recoverable?: boolean