Package-level declarations

Types

Link copied to clipboard
sealed class ApiError : SdkError
Link copied to clipboard
open class SdkError(message: String, cause: Throwable?) : Exception

Properties

Functions

Link copied to clipboard
fun Exception.transformApiError(errorResponseMessage: String? = null): ApiError