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."],[],["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"]]