Module errors

Module errors 

Source
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ยง

OlmAccountError
All errors that could be caused by an operation regarding an OlmAccount. Errors are named exactly like the ones in libolm.
OlmGroupSessionError
All errors that could be caused by an operation regarding OlmOutboundGroupSession and OlmInboundGroupSession. Errors are named exactly like the ones in libolm.
OlmPkDecryptionError
All errors that could be caused by an operation regarding OlmPkDecryption. Errors are named exactly like the ones in libolm.
OlmPkEncryptionError
All errors that could be caused by an operation regarding OlmPkEncryption. Errors are named exactly like the ones in libolm.
OlmPkSigningError
All errors that could be caused by an operation regarding OlmPkSigning. Errors are named exactly like the ones in libolm.
OlmSasError
All errors that could be caused by an operation regarding OlmSas. Errors are named exactly like the ones in libolm.
OlmSessionError
All errors that could be caused by an operation regarding an OlmSession. Errors are named exactly like the ones in libolm.
OlmUtilityError
All errors that could be caused by an operation regarding OlmUitlity. Errors are named exactly like the ones in libolm.