toMessage method

  1. @override
String toMessage()
override

Implementation

@override
String toMessage() {
  switch (code) {
    case DeleteChatDirectLinkErrorCode.artemisUnknown:
      return 'err_unknown'.l10n;
    case DeleteChatDirectLinkErrorCode.notGroup:
      return 'err_contact_not_group'.l10n;
    case DeleteChatDirectLinkErrorCode.unknownChat:
      return 'err_unknown_chat'.l10n;
  }
}