You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: errors.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ var (
72
72
ERR_MNS_MAX_MESSAGE_SIZE_RANGE_ERROR=errors.TN(ALI_MNS_ERR_NS, 128, "max message size is not in range of (1024~65536)")
73
73
ERR_MNS_MSG_RETENTION_PERIOD_RANGE_ERROR=errors.TN(ALI_MNS_ERR_NS, 129, "message retention period is not in range of (60~129600)")
74
74
ERR_MNS_MSG_VISIBILITY_TIMEOUT_RANGE_ERROR=errors.TN(ALI_MNS_ERR_NS, 130, "message visibility timeout is not in range of (1~43200)")
75
-
ERR_MNS_MSG_POOLLING_WAIT_SECONDS_RANGE_ERROR=errors.TN(ALI_MNS_ERR_NS, 131, "message poolling wait seconds is not in range of (0~30)")
75
+
ERR_MNS_MSG_POOLLING_WAIT_SECONDS_RANGE_ERROR=errors.TN(ALI_MNS_ERR_NS, 131, "message polling wait seconds is not in range of (0~30)")
76
76
ERR_MNS_RET_NUMBER_RANGE_ERROR=errors.TN(ALI_MNS_ERR_NS, 132, "list param of ret number is not in range of (1~1000)")
77
77
ERR_MNS_QUEUE_ALREADY_EXIST_AND_HAVE_SAME_ATTR=errors.TN(ALI_MNS_ERR_NS, 133, "mns queue already exist, and the attribute is the same, queue name: {{.name}}")
0 commit comments