Uses of Class
org.hpccsystems.commons.errors.HpccErrorType
-
Packages that use HpccErrorType Package Description org.hpccsystems.commons.errors Provides support for common HPCC Systems error handling and interpretation. -
-
Uses of HpccErrorType in org.hpccsystems.commons.errors
Methods in org.hpccsystems.commons.errors that return HpccErrorType Modifier and Type Method Description static HpccErrorTypeHpccErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static HpccErrorType[]HpccErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-