mtx::http::ClientError struct

Compound type that includes matrix & network related errors.

Public variables

mtx::errors::Error matrix_error
Matrix client api related error.
int error_code
Error code if a network related error occured.
int status_code
Status code of the associated http response.
std::string parse_error
Parsing response error.