failureReason property
Reason why subscription is failing.
State of subscription must be FAILING in order for this to have a value.
Output only. Possible string values are:
- "FAILURE_REASON_UNSPECIFIED" : Unspecified failure reason.
- "PERMISSION_DENIED" : The service account (i.e. cloud-support-apievents@system.gserviceaccount.com) lacks the permission to publish to the customer's Pub/Sub topic.
- "TOPIC_NOT_FOUND" : The specified Pub/Sub topic does not exist.
- "OTHER" : Message failed to publish due to a system-side error.
Implementation
core.String? failureReason;