@wharfkit/session - v4.0.1
    Preparing search index...

    Interface APIErrorData

    interface APIErrorData {
        code: number;
        details: APIErrorDetail[];
        name: string;
        what: string;
    }
    Index
    code: number
    details: APIErrorDetail[]
    name: string
    what: string