Container.RefreshFailure

public static final enum Container.RefreshFailure

Ways in which a refresh can fail.

Enum Values

public static final Container.RefreshFailure IO_ERROR

An I/O error prevented refreshing the container.

public static final Container.RefreshFailure NETWORK_ERROR

A network error has occurred.

public static final Container.RefreshFailure NO_NETWORK

No network is available.

public static final Container.RefreshFailure NO_SAVED_CONTAINER

There is no saved container.

public static final Container.RefreshFailure SERVER_ERROR

An error on the server.

public static final Container.RefreshFailure UNKNOWN_ERROR

An error that cannot be categorized.