MalInt
    Preparing search index...

    Interface InvalidResponseError

    Returned when the forge API response is missing expected fields.

    interface InvalidResponseError {
        detail?: string;
        message: string;
        type: "invalidResponse";
    }
    Index

    Properties

    Properties

    detail?: string
    message: string
    type: "invalidResponse"