mtx::errors::Error struct

Represents a Matrix related error.

Public variables

ErrorCode errcode
Error code.
std::string error
Human readable version of the error.
user_interactive::Unauthorized unauthorized
Auth flows in case of 401.
std::chrono::duration<std::uint64_t, std::milli> retry_after
Retry delay in case of 429.