TAGContainer.h File Reference

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.