Api
Exception
class ApiException(val apiError: ApiError, var response: Response<*>? = null) : ResponseException
Content copied to clipboard
Base class for defining Exception from API
Author
Jimly A.
Since
04-Jun-20.