MELCloud & MELCloud Home API for Node.js - v23.3.3
    Preparing search index...

    Interface ErrorLog

    Parsed error log with pagination support.

    interface ErrorLog {
        errors: readonly ErrorDetails[];
        fromDate: string;
        nextFromDate: string;
        nextToDate: string;
    }
    Index

    Properties

    errors: readonly ErrorDetails[]

    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.