Matthieu Stombellini
01/20/2021, 2:32 PMexternal open class ClientAuthError(errorCode: String, errorMessage: String = definedExternally) : AuthError {
AuthError itself is:
typealias AuthError = Error
Error is Kotlin's stdlib Error
What can I do to fix that?Matthieu Stombellini
01/20/2021, 2:38 PMturansky
01/20/2021, 2:51 PM