Class DefaultAiServiceErrorEvent
java.lang.Object
dev.langchain4j.observability.event.AbstractAiServiceEvent
dev.langchain4j.observability.event.DefaultAiServiceErrorEvent
- All Implemented Interfaces:
AiServiceErrorEvent, AiServiceEvent
public class DefaultAiServiceErrorEvent
extends AbstractAiServiceEvent
implements AiServiceErrorEvent
Default implementation of
AiServiceErrorEvent
.-
Nested Class Summary
Nested classes/interfaces inherited from interface AiServiceErrorEvent
AiServiceErrorEvent.AiServiceErrorEventBuilder
Nested classes/interfaces inherited from interface AiServiceEvent
AiServiceEvent.Builder<T>
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class AbstractAiServiceEvent
invocationContext
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface AiServiceErrorEvent
eventClass, toBuilder
Methods inherited from interface AiServiceEvent
invocationContext
-
Constructor Details
-
DefaultAiServiceErrorEvent
-
-
Method Details
-
error
Description copied from interface:AiServiceErrorEvent
Retrieves theThrowable
representing the error associated with the AI Service invocation failure.- Specified by:
error
in interfaceAiServiceErrorEvent
-