Base
data class Base( val errorType: MXCryptoError.ErrorType, val technicalMessage: String, val detailedErrorDescription: String? = null) : MXCryptoError
Content copied to clipboard
Constructors
Link copied to clipboard
fun Base( errorType: MXCryptoError.ErrorType, technicalMessage: String, detailedErrorDescription: String? = null)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard