GooglePayResponse.fromPlatformException constructor
GooglePayResponse.fromPlatformException(
- PlatformException exception
Implementation
GooglePayResponse.fromPlatformException(PlatformException exception)
: status = STATUS_ERROR,
result = null,
errorCode = exception.code,
errorMessage = exception.message,
errorDescription = null;