Module olm_rs::errors[][src]

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

All errors that could be caused by an operation regarding an OlmAccount. Errors are named exactly like the ones in libolm.

All errors that could be caused by an operation regarding OlmOutboundGroupSession and OlmInboundGroupSession. Errors are named exactly like the ones in libolm.

All errors that could be caused by an operation regarding OlmPkDecryption. Errors are named exactly like the ones in libolm.

All errors that could be caused by an operation regarding OlmPkEncryption. Errors are named exactly like the ones in libolm.

All errors that could be caused by an operation regarding OlmPkSigning. Errors are named exactly like the ones in libolm.

All errors that could be caused by an operation regarding OlmSas. Errors are named exactly like the ones in libolm.

All errors that could be caused by an operation regarding an OlmSession. Errors are named exactly like the ones in libolm.

All errors that could be caused by an operation regarding OlmUitlity. Errors are named exactly like the ones in libolm.