The MobilePublishResult enumeration is used to determine the result of publishing a mobile application.
It is used by the following properties and methods:
Value | Brief description |
0 | Ok. Publishing was successful. |
1 | ConnectionError. Server is not responding. |
2 | ServiceError. Invalid service response. |
3 | SizeError. No room on the server. |
4 | UnknownError. Unknown error. |
5 | ExistenceWarning. The application is already published. |
6 | NotPublish. The application is not yet published. |
See also: