Uses of Class
io.trino.execution.FailureInjector.InjectedErrorCode
-
Packages that use FailureInjector.InjectedErrorCode Package Description io.trino.execution -
-
Uses of FailureInjector.InjectedErrorCode in io.trino.execution
Methods in io.trino.execution that return FailureInjector.InjectedErrorCode Modifier and Type Method Description static FailureInjector.InjectedErrorCodeFailureInjector.InjectedErrorCode. getErrorCode(ErrorType errorType)static FailureInjector.InjectedErrorCodeFailureInjector.InjectedErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static FailureInjector.InjectedErrorCode[]FailureInjector.InjectedErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-