Triangle.js Docs
    Preparing search index...

    Interface UnsuccessfulResponse

    interface UnsuccessfulResponse {
        error: { msg: string };
        success: false;
    }
    Index

    Properties

    Properties

    error: { msg: string }

    If unsuccessful, the reason the request failed

    success: false

    Whether the request was successful