Interface AiServiceErrorEvent

All Superinterfaces:
AiServiceEvent
All Known Implementing Classes:
DefaultAiServiceErrorEvent

public interface AiServiceErrorEvent extends AiServiceEvent
Represents an event that occurs when an AI Service invocation fails. This interface extends AiServiceEvent to include additional information about the error that caused the failure. Implementers of this interface can provide details about the failure, including the associated Throwable, which can be used for debugging or logging purposes.