Uses of Enum Class
io.trino.plugin.pinot.PinotErrorCode
Packages that use PinotErrorCode
-
Uses of PinotErrorCode in io.trino.plugin.pinot
Methods in io.trino.plugin.pinot that return PinotErrorCodeModifier and TypeMethodDescriptionstatic PinotErrorCodeReturns the enum constant of this class with the specified name.static PinotErrorCode[]PinotErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.plugin.pinot with parameters of type PinotErrorCodeModifierConstructorDescriptionPinotException(PinotErrorCode errorCode, Optional<String> query, String message) PinotException(PinotErrorCode errorCode, Optional<String> query, String message, boolean retryable) PinotException(PinotErrorCode errorCode, Optional<String> query, String message, boolean retryable, Throwable throwable) PinotException(PinotErrorCode errorCode, Optional<String> query, String message, Throwable throwable)