Android Studio Sign in

CryptoException


@UnstableApi
class CryptoException : Exception


Thrown when a non-platform component fails to decrypt data.

Summary

Public constructors

CryptoException(errorCode: Int, message: String!)

Public properties

Int

A component specific error code.

Public constructors

CryptoException

CryptoException(errorCode: Int, message: String!)
Parameters
errorCode: Int

A component specific error code.

message: String!

The detail message.

Public properties

errorCode

val errorCodeInt

A component specific error code.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.