AlertMsgType
Stay organized with collections
Save and categorize content based on your preferences.
The following table describes the values for the <AlertMsgType>
enumeration in
<alert>
entities:
Value |
Description |
Alert |
The Alert value indicates that the message contains
initial information which requires attention from targeted
recipients.
|
Update |
The Update value indicates that the message updates
and supersedes the earlier messages identified in the
<references> element.
|
Cancel |
The Cancel value indicates that the message cancels
the earlier messages identified in the
<references> element.
|
Ack |
The Ack value acknowledges receipt and acceptance of
any messages identified in the <references>
element.
|
Error |
The Error value indicates rejection of any messages
identified in the <references> element.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003e<AlertMsgType>\u003c/code\u003e enumeration defines the type of alert message being sent, such as an initial alert, an update, a cancellation, an acknowledgement, or an error.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAlert\u003c/code\u003e, \u003ccode\u003eUpdate\u003c/code\u003e, \u003ccode\u003eCancel\u003c/code\u003e, \u003ccode\u003eAck\u003c/code\u003e, and \u003ccode\u003eError\u003c/code\u003e are the possible values for the \u003ccode\u003e<AlertMsgType>\u003c/code\u003e used within \u003ccode\u003e<alert>\u003c/code\u003e entities.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdate\u003c/code\u003e and \u003ccode\u003eCancel\u003c/code\u003e messages supersede or cancel previous messages, which are identified using the \u003ccode\u003e<references>\u003c/code\u003e element.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAck\u003c/code\u003e and \u003ccode\u003eError\u003c/code\u003e messages acknowledge or reject previous messages, also identified using the \u003ccode\u003e<references>\u003c/code\u003e element.\u003c/p\u003e\n"]]],["The `\u003cAlertMsgType\u003e` enumeration within `\u003calert\u003e` entities can have five values: `Alert`, `Update`, `Cancel`, `Ack`, and `Error`. `Alert` signifies initial information requiring attention. `Update` means the message supersedes prior messages. `Cancel` nullifies earlier messages. `Ack` confirms receipt and acceptance. Finally, `Error` indicates rejection of previously referenced messages. All actions reference prior messages through the `\u003creferences\u003e` element.\n"],null,["# AlertMsgType\n\nThe following table describes the values for the `\u003cAlertMsgType\u003e` enumeration in\n`\u003calert\u003e` entities:\n\n| Value | Description |\n|----------|-------------------------------------------------------------------------------------------------------------------------------------|\n| `Alert` | The `Alert` value indicates that the message contains initial information which requires attention from targeted recipients. |\n| `Update` | The `Update` value indicates that the message updates and supersedes the earlier messages identified in the `\u003creferences\u003e` element. |\n| `Cancel` | The `Cancel` value indicates that the message cancels the earlier messages identified in the `\u003creferences\u003e` element. |\n| `Ack` | The `Ack` value acknowledges receipt and acceptance of any messages identified in the `\u003creferences\u003e` element. |\n| `Error` | The `Error` value indicates rejection of any messages identified in the `\u003creferences\u003e` element. |"]]