- JSON representation
- VoicemailMisconfiguration
- VoicemailRecipientError
- TransferMisconfiguration
- TransferError
An alert triggered when Google Voice configuration becomes invalid, generally due to an external entity being modified or deleted.
| JSON representation | 
|---|
| { "entityName": string, "entityType": enum ( | 
| Fields | |
|---|---|
| entityName | 
 Name of the entity whose configuration is now invalid. | 
| entityType | 
 Type of the entity whose configuration is now invalid. | 
| voicemailMisconfiguration | 
 Issue(s) with sending to voicemail. | 
| transferMisconfiguration | 
 Issue(s) with transferring or forwarding to an external entity. | 
| membersMisconfiguration | 
 Issue(s) with members of a ring group. | 
| fixUri | 
 Link that the admin can follow to fix the issue. | 
VoicemailMisconfiguration
Issue(s) with sending to voicemail.
| JSON representation | 
|---|
| {
  "errors": [
    {
      object ( | 
| Fields | |
|---|---|
| errors[] | 
 Issue(s) with voicemail recipients. | 
VoicemailRecipientError
Issue(s) with a voicemail recipient.
| JSON representation | 
|---|
| {
  "invalidReason": enum ( | 
| Fields | |
|---|---|
| invalidReason | 
 Reason for the error. | 
| email | 
 Email address of the invalid recipient. This may be unavailable if the recipient was deleted. | 
TransferMisconfiguration
Error related to transferring or forwarding a phone call.
| JSON representation | 
|---|
| {
  "errors": [
    {
      object ( | 
| Fields | |
|---|---|
| errors[] | 
 Details for each invalid transfer or forward. | 
TransferError
Details for an invalid transfer or forward.
| JSON representation | 
|---|
| { "entityType": enum ( | 
| Fields | |
|---|---|
| entityType | 
 Type of entity being transferred to. For ring group members, this should always be USER. | 
| invalidReason | 
 Reason for the error. | 
| id | 
 Ring group or auto attendant ID. Not set for users. | 
| name | 
 User's full name, or the ring group / auto attendant name. This may be unavailable if the entity was deleted. | 
| email | 
 User's email address. This may be unavailable if the entity was deleted. |