MELCloud & MELCloud Home API for Node.js - v48.2.0
    Preparing search index...

    Interface ClassicErrorLog

    Parsed error log with pagination support.

    interface ClassicErrorLog {
        errors: readonly ClassicErrorDetails[];
        fromDate: string;
        nextFromDate: string;
        nextToDate: string;
    }
    Index
    errors: readonly ClassicErrorDetails[]

    List of error entries, sorted in reverse chronological order.

    fromDate: string

    ISO date string for the queried period start.

    nextFromDate: string

    ISO date string for the next page's start date.

    nextToDate: string

    ISO date string for the next page's end date.