matrixlib.error module

Error handling

exception matrixlib.error.InvalidResponseError

The server’s response did not match the expected format

exception matrixlib.error.MatrixError(code, body)

Wraps a Matrix API error

exception matrixlib.error.NotMatrixServerError

The server is not a Matrix server

exception matrixlib.error.UnableToDecryptError

We were unable to decrypt the message using Olm