toErrorData method

ErrorData toErrorData()

Implementation

ErrorData toErrorData() {
  return ErrorData(description: description, code: code);
}