@playlive/tiltify-core
    Preparing search index...

    Interface TiltifyError

    Structured error envelope returned by Tiltify on non-2xx responses.

    interface TiltifyError {
        fields: string[];
        message: string;
        status: number;
    }
    Index
    fields: string[]
    message: string
    status: number