toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "code:$code|desc:$desc";
  return res;
}