Expose pincode resolver errors in extraction
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s
This commit is contained in:
@@ -104,5 +104,6 @@ data class PincodeLookupResult(
|
||||
val resolvedCityState: String?,
|
||||
val rawResponse: String?,
|
||||
val status: String?,
|
||||
val source: String
|
||||
val source: String,
|
||||
val errorMessage: String? = null
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user