getErrors method
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.');
}
Gets the current SDK failures Returns current service state. Empty if all good.
Future<List<MoveServiceError>> getErrors() {
throw UnimplementedError('getErrors() has not been implemented.');
}