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