node-switchbot
    Preparing search index...

    Interface ErrorObject

    interface ErrorObject {
        code: string;
        message: string;
    }
    Index

    Properties

    Properties

    code: string
    message: string