linagora / twake-on-matrix

A multi-platform (Flutter) application for connecting to Matrix - an open network for secure, decentralized communication, with your favorite devices.
GNU Affero General Public License v3.0
64 stars 18 forks source link

Error handling for HomeServer #652

Open nqhhdev opened 1 year ago

nqhhdev commented 1 year ago

Desc

abstract class ErrorResponseHomeServer {
    final String? errorCode;
    final String? errorMessage;

    ErrorResponseHomeServer({
        this.errorCode,
        this.errorMessage,
    });
}

DoD

Docs

Te-Z commented 4 months ago

@nqhhdev is it related to TOM bootstrap dialog ?