Langfuse JS/TS SDKs
    Preparing search index...

    Interface IngestionError

    This file was auto-generated by Fern from our API Definition.

    interface IngestionError {
        error?: unknown;
        id: string;
        message?: string;
        status: number;
    }
    Index

    Properties

    error?: unknown
    id: string
    message?: string
    status: number