Uses of Class
io.trino.plugin.pinot.PinotErrorCode
-
Packages that use PinotErrorCode Package Description io.trino.plugin.pinot -
-
Uses of PinotErrorCode in io.trino.plugin.pinot
Methods in io.trino.plugin.pinot that return PinotErrorCode Modifier and Type Method Description static PinotErrorCodePinotErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static PinotErrorCode[]PinotErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.plugin.pinot with parameters of type PinotErrorCode Constructor Description PinotException(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)
-