node-switchbot
    Preparing search index...

    Interface APIErrorResponse

    OpenAPI error response

    interface APIErrorResponse {
        body?: any;
        message: string;
        statusCode: number;
    }
    Index

    Properties

    body?: any
    message: string
    statusCode: number