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