Class PersonaBasedErrorTransformStrategy

java.lang.Object
org.apache.druid.common.exception.PersonaBasedErrorTransformStrategy
All Implemented Interfaces:
ErrorResponseTransformStrategy

public class PersonaBasedErrorTransformStrategy extends Object implements ErrorResponseTransformStrategy
ErrorResponseTransformStrategy that modifies the error message of a DruidException based on the persona. For non-user error messages, this logs the exception with a randomly generated id and returns a new exception containing the id instead.