getMessage method

String? getMessage()

Returns the human-readable error message.

Implementation

String? getMessage() {
  return _message;
}