ws1-client-sdk/com.airwatch.sdk/AirWatchSDKException
AirWatchSDKException¶
open class AirWatchSDKException : Exception
AirWatchSDKException is a custom Exception defined by WS1. When the AirWatchSDKManger APIs result in any issues like Connectivity, binding etc this Exception is thrown with appropriate reason from SDKStatusCode.
Constructors¶
| Name | Description |
|---|---|
| AirWatchSDKException | open fun AirWatchSDKException(error: SDKStatusCode) WS1 SDK Exception Constructor |