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-05-07 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-05-07 UTC."],[[["The `\u003cAlertMsgType\u003e` enumeration defines the type of alert message being sent, such as an initial alert, an update, a cancellation, an acknowledgement, or an error."],["`Alert`, `Update`, `Cancel`, `Ack`, and `Error` are the possible values for the `\u003cAlertMsgType\u003e` used within `\u003calert\u003e` entities."],["`Update` and `Cancel` messages supersede or cancel previous messages, which are identified using the `\u003creferences\u003e` element."],["`Ack` and `Error` messages acknowledge or reject previous messages, also identified using the `\u003creferences\u003e` element."]]],["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"]]