getErrorMessage method

String? getErrorMessage()

Get the error message. Returns null if the request has not been made yet or if there was

Implementation

String? getErrorMessage() {
  return errorMessage;
}