meross-api-server - v1.0.1
    Preparing search index...

    Interface ErrorResponse

    interface ErrorResponse {
        error: string;
        details?: string;
        solution?: string;
    }
    Index

    Properties

    error: string
    details?: string
    solution?: string