ts-lambda-api - v2.5.2
    Preparing search index...

    Interface ErrorToken

    interface ErrorToken {
        message: string;
        offset: number;
        source: string;
        type: "error";
    }
    Index

    Properties

    message: string
    offset: number
    source: string
    type: "error"