filecoin-pin
    Preparing search index...

    Interface DataSetWarning

    Structured warning for non-fatal issues

    interface DataSetWarning {
        code: string;
        context?: Record<string, unknown>;
        message: string;
    }
    Index

    Properties

    Properties

    code: string

    Machine-readable warning code (e.g., 'METADATA_FETCH_FAILED')

    context?: Record<string, unknown>

    Additional context data (e.g., { pieceId: 123, dataSetId: 456 })

    message: string

    Human-readable warning message