Interface IInfoCode

All Known Implementing Classes:
ErrorCode, StatusCode, WarningCode

public interface IInfoCode
This interface defines the methods to get the message and the respective statuscode in WarningCode, StatusCode and ErrorCode.
Since:
07/11/2018
Version:
07/11/2018
Author:
DNA
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the ErrorCode.statusCode.
    Gets the ErrorCode.message.
  • Method Details

    • getCodeMessage

      String getCodeMessage()
      Gets the ErrorCode.message.
      Returns:
      the String message
    • getCode

      int getCode()
      Gets the ErrorCode.statusCode.
      Returns:
      the int statuscode