Package ai.nexconn.chat.handler
Interface ErrorDetailHandler
-
- All Implemented Interfaces:
public interface ErrorDetailHandler<T extends Object>Callback with error details.
Used for operations that do not return result data on success, but provide additional error details on failure. For example, updating user profiles returns a list of failed field keys, and subscribing to events returns a list of failed user IDs.