Map<String, dynamic> toErrorResponseData() { return { 'type': type, 'from': from, 'error': error, }; }