Interface AiServiceErrorListener

All Superinterfaces:
AiServiceListener<AiServiceErrorEvent>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AiServiceErrorListener extends AiServiceListener<AiServiceErrorEvent>
A listener for AiServiceErrorEvent, which represents an event that occurs when an AI Service invocation fails. This interface extends the generic AiServiceListener, specializing it for handling failure events.

Classes implementing this interface should handle scenarios where an AI Service invocation encounters an error. These scenarios include capturing and processing the associated error details encapsulated within the event.