getError method

String? getError()

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

Implementation

String? getError() {
  return error;
}