Skip to content

Commit

Permalink
Added error description in toast
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Oct 31, 2023
1 parent dd9126e commit 3c30242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ class UtilityComponents {
color: HMSThemeColors.backgroundDefault.withOpacity(0.5),
child: HMSDisconnectedToast(
errorDescription:
"CODE: ${exception.code?.errorCode}, ${exception.message}",
"CODE: ${exception.code?.errorCode}, ${exception.description}",
onLeavePressed: onLeavePressed,
));
}
Expand Down

0 comments on commit 3c30242

Please sign in to comment.