getErrors method

Future<List<MoveServiceError>> getErrors()

Gets the current SDK failures Returns current service state. Empty if all good.

Implementation

Future<List<MoveServiceError>> getErrors() {
  throw UnimplementedError('getErrors() has not been implemented.');
}