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

    Interface Error

    interface Error {
        id: string;
        message: string;
        success: false;
        type: "ERROR";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    message: string
    success: false
    type: "ERROR"