Class XContentFormattedException

All Implemented Interfaces:
Serializable, Writeable, ChunkedToXContent, ToXContent, ToXContentFragment
Direct Known Subclasses:
UnifiedChatCompletionException

public class XContentFormattedException extends ElasticsearchException implements ChunkedToXContent
Similar to ElasticsearchWrapperException, this will wrap an Exception to generate an xContent using ElasticsearchException.generateFailureXContent(XContentBuilder, Params, Exception, boolean). Extends ElasticsearchException to provide REST handlers the status() method in order to set the response header.
See Also: