TAGContainer.h File Reference

  • 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.

TAGContainer.h File Reference

Enumeration Type Documentation

Refresh types for container callback.

Enumerator:
kTAGContainerCallbackRefreshTypeSaved 

Refresh from a saved container.

kTAGContainerCallbackRefreshTypeNetwork 

Refresh from the network.

Ways in which a refresh can fail.

Enumerator:
kTAGContainerCallbackRefreshFailureNoSavedContainer 

There is no saved container.

kTAGContainerCallbackRefreshFailureIoError 

An I/O error prevented refreshing the container.

kTAGContainerCallbackRefreshFailureNoNetwork 

No network is available.

kTAGContainerCallbackRefreshFailureNetworkError 

A network error has occurred.

kTAGContainerCallbackRefreshFailureServerError 

An error on the server.

kTAGContainerCallbackRefreshFailureUnknownError 

An error that cannot be categorized.