SessionStatus 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.
public enum SessionStatus
type SessionStatus =
- Inheritance
-
SessionStatus
Fields
| Name | Value | Description |
|---|---|---|
| NoError | 0 | Constant indicating that no error occurred during the preparation or the activation of this session. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| VerificationFailed | 1 | Constant indicating that an error occurred during the verification phase of this session. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ActivationFailed | 2 | Constant indicating that an error occurred during the activation phase of this session. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| UnknownError | 3 | Constant indicating that an unknown error occurred while processing this session. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Conflict | 4 | Constant indicating that the session was in conflict with another session and had to be sacrificed for resolution. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |