CommonErrorCode
FrameworkErrorCode
public interface ErrorCode
String
getCode()
getDescription()
toString()
String getCode()
String getDescription()
String toString()
@Override public String toString() { return String.format("Code:[%s], Description:[%s]. ", this.code, this.describe); }
toString
Object