Skip to content

Commit b8f5d39

Browse files
Update geocoding_android/android/src/main/java/com/baseflow/geocoding/MethodCallHandlerImpl.java
Co-authored-by: Maurits van Beusekom <maurits@baseflow.com>
1 parent f34aa81 commit b8f5d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geocoding_android/android/src/main/java/com/baseflow/geocoding/MethodCallHandlerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public void onGeocode(List<Address> addresses) {
129129
@Override
130130
public void onError(String errorMessage) {
131131
result.error(
132-
"NOT_FOUND",
132+
"IO_ERROR",
133133
String.format(errorMessage),
134134
null);
135135
}

0 commit comments

Comments
 (0)