TAGContainer.h File Reference
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
This document details the TAGContainer.h file, specifically focusing on enumerations related to container refresh operations.
TAGContainerCallbackRefreshType enumeration defines the source of a container refresh, either from saved storage or the network.
TAGContainerCallbackRefreshFailure enumeration outlines various reasons why a container refresh might fail, such as network issues, server errors, or the absence of a saved container.
[[["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 2024-10-09 UTC."],[],["The core content defines two enumerations related to container refresh actions. `TAGContainerCallbackRefreshType` specifies whether a container refresh is from a saved version or the network. `TAGContainerCallbackRefreshFailure` details the potential reasons a refresh operation might fail, including issues like the absence of a saved container, I/O errors, network unavailability or errors, server errors, and uncategorized errors. Each type and failure condition are enumerated for reference.\n"]]