Module olm_rs::errors[][src]

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.

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.

Functions

olm_error