We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4bf17 commit 3461a7aCopy full SHA for 3461a7a
telstra/messaging/message.py
@@ -728,7 +728,7 @@ def _validate_get_all_args(
728
729
if reverse is not None and not isinstance(reverse, types.TReverse):
730
raise exceptions.MessageError(
731
- 'the value of "endTime" is not valid, expected a bool, '
+ 'the value of "reverse" is not valid, expected a bool, '
732
f'received "{reverse}"'
733
)
734
0 commit comments