getErrorMessage method

String getErrorMessage()

Implementation

String getErrorMessage() {
  return "$code: $message";
}