Parse the json and populate data
KyteErrorResponse.fromJson(Map<String, dynamic> json) : super.fromJson(json) { message = json['error']; }