Interface IErrorCode

  • All Known Implementing Classes:
    HpccErrorCode

    public interface IErrorCode
    Interface defining an error code.

    An error code is defined as having a name and a numeric (integer) value

    • Method Detail

      • name

        String name()
        Name.
        Returns:
        the string
      • getNumVal

        Integer getNumVal()
        Gets the num val.
        Returns:
        the num val