Expand description
A collection of all errors that can be returned by libolm
.
All error enums additionally contain an error named Unknown
,
for returning an error, in case an error is encountered by libolm
,
but no error code is provided.
Enumsยง
- OlmAccount
Error - All errors that could be caused by an operation regarding an
OlmAccount
. Errors are named exactly like the ones in libolm. - OlmGroup
Session Error - All errors that could be caused by an operation regarding
OlmOutboundGroupSession
andOlmInboundGroupSession
. Errors are named exactly like the ones in libolm. - OlmPk
Decryption Error - All errors that could be caused by an operation regarding
OlmPkDecryption
. Errors are named exactly like the ones in libolm. - OlmPk
Encryption Error - All errors that could be caused by an operation regarding
OlmPkEncryption
. Errors are named exactly like the ones in libolm. - OlmPk
Signing Error - All errors that could be caused by an operation regarding
OlmPkSigning
. Errors are named exactly like the ones in libolm. - OlmSas
Error - All errors that could be caused by an operation regarding
OlmSas
. Errors are named exactly like the ones in libolm. - OlmSession
Error - All errors that could be caused by an operation regarding an
OlmSession
. Errors are named exactly like the ones in libolm. - OlmUtility
Error - All errors that could be caused by an operation regarding
OlmUitlity
. Errors are named exactly like the ones in libolm.