toLogString method

String toLogString()

Implementation

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