GooglePayResponse.fromPlatformException constructor

GooglePayResponse.fromPlatformException(
  1. PlatformException exception
)

Implementation

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