JSONRPCErrorResponse | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface JSONRPCErrorResponse

    interface JSONRPCErrorResponse {
        debug?: {
            consoleLog: {
                codeContextId?: string;
                data: string;
                location?: { col: number; filename: string; func: string; line: number };
                method: string;
                when: string;
            }[];
        };
        error: { code: number; data?: { trace?: StackTrace }; message: string };
        id: RequestID;
        result: null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    debug?: {
        consoleLog: {
            codeContextId?: string;
            data: string;
            location?: { col: number; filename: string; func: string; line: number };
            method: string;
            when: string;
        }[];
    }
    error: { code: number; data?: { trace?: StackTrace }; message: string }
    result: null