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 TypeMethodDescriptionintgetCode()Gets theErrorCode.statusCode.Gets theErrorCode.message.
-
Method Details
-
getCodeMessage
String getCodeMessage()Gets theErrorCode.message.- Returns:
- the String message
-
getCode
int getCode()Gets theErrorCode.statusCode.- Returns:
- the int statuscode
-