@arkade-os/sdk Documentation - v0.4.36
    Preparing search index...

    Interface HandlerError

    A single Discoverable handler's discoverAt rejection, captured during a IContractManager.scanContracts run instead of aborting the loop.

    interface HandlerError {
        error: unknown;
        handler: string;
        index: number;
    }
    Index

    Properties

    Properties

    error: unknown
    handler: string
    index: number