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

    Interface ClassicFailureData

    Failure half of the discriminated mutation response — Success: false plus per-attribute rejection messages.

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