Package com.langfuse.client.core
package com.langfuse.client.core
-
ClassDescriptionRepresents a file stream with associated metadata for file uploads.A custom implementation of OkHttp's RequestBody that wraps an InputStream.This exception type will be thrown for any non-2XX API responses.This class serves as the base exception for all errors in the SDK.Nullable<T>A custom InputStream that wraps the InputStream from the OkHttp Response and ensures that the OkHttp Response object is properly closed when the stream is closed.A custom Reader that wraps the Reader from the OkHttp Response and ensures that the OkHttp Response object is properly closed when the reader is closed.SseEvent<T>Represents a Server-Sent Event with all standard fields.Utility class for parsing Server-Sent Events with support for discriminated unions.Stream<T>