Nado Typescript SDK Documentation
    Preparing search index...

    Interface TriggerServerQueryFailureResponse

    interface TriggerServerQueryFailureResponse {
        status: "failure";
        error: string;
        error_code: number;
    }
    Index

    Properties

    status: "failure"
    error: string
    error_code: number