Package com.langfuse.client.core
Class LangfuseClientApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.langfuse.client.core.LangfuseClientException
com.langfuse.client.core.LangfuseClientApiException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessDeniedError,Error,MethodNotAllowedError,NotFoundError,ServiceUnavailableError,UnauthorizedError
This exception type will be thrown for any non-2XX API responses.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLangfuseClientApiException(String message, int statusCode, Object body) LangfuseClientApiException(String message, int statusCode, Object body, okhttp3.Response rawResponse) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace