errorType property

String? errorType
getter/setter pair

The most recent error type for an attempted delivery.

To begin watching the form again a call can be made to watches.renew which also clears this error information.

Output only. Possible string values are:

  • "ERROR_TYPE_UNSPECIFIED" : Unspecified error type.
  • "PROJECT_NOT_AUTHORIZED" : The cloud project does not have access to the form being watched. This occurs if the user has revoked the authorization for your project to access their form(s). Watches with this error will not be retried. To attempt to begin watching the form again a call can be made to watches.renew
  • "NO_USER_ACCESS" : The user that granted access no longer has access to the form being watched. Watches with this error will not be retried. To attempt to begin watching the form again a call can be made to watches.renew
  • "OTHER_ERRORS" : Another type of error has occurred. Whether notifications will continue depends on the watch state.

Implementation

core.String? errorType;