GooglePayResponse.fromException constructor

GooglePayResponse.fromException()

Implementation

GooglePayResponse.fromException()
    : status = STATUS_ERROR,
      result = null,
      errorCode = null,
      errorMessage = null,
      errorDescription = null;