@halix/action-sdk
    Preparing search index...

    Interface ErrorResponse

    ErrorResponse is an interface defining the properties of an error response.

    interface ErrorResponse {
        errorMessage: string;
        responseType: "error";
    }
    Index

    Properties

    errorMessage: string
    responseType: "error"