getError method

String getError()

Get the error message.

Implementation

String getError() {
  return _error!;
}