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.