MobileServicePushStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
State in which push completed.
public enum MobileServicePushStatus
type MobileServicePushStatus =
Public Enum MobileServicePushStatus
- Inheritance
-
MobileServicePushStatus
Fields
Name | Value | Description |
---|---|---|
Complete | 0 | All table operations in the push action were completed, possibly with errors. |
CancelledByNetworkError | 1 | Push was aborted due to network error. |
CancelledByAuthenticationError | 2 | Push was aborted due to authentication error. |
CancelledBySyncStoreError | 3 | Push was aborted due to error from sync store. |
CancelledByToken | 4 | Push was aborted due to cancellation. |
CancelledByOperation | 5 | Push was aborted by IMobileServiceTableOperation. |
InternalError | 2147483647 | Push failed due to an internal error. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET