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

    Interface FailureData

    interface FailureData {
        AttributeErrors: Record<string, readonly string[]>;
        Success: false;
    }
    Index

    Properties

    AttributeErrors: Record<string, readonly string[]>
    Success: false