ws1-framework/com.airwatch.gateway/GatewayException
GatewayException¶
open class GatewayException : Exception
This class is used to encapsulate all the exceptions that can occur in the Gateway SDK.
Functions¶
| Name | Summary |
|---|---|
| getErrCode | open fun getErrCode(): Int Returns the error code associated with this exception. |
| getMessage | open fun getMessage(): String Returns the detail message describing this exception. |