Commit d1c5d10 1 parent 391ed61 commit d1c5d10 Copy full SHA for d1c5d10
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ var (
143
143
// ErrMemoSizeExceedsLimit is error for memo size exceeds limit
144
144
ErrMemoSizeExceedsLimit = serviceerror .NewInvalidArgument ("Memo size exceeds limit." )
145
145
// ErrContextTimeoutTooShort is error for setting a very short context timeout when calling a long poll API
146
- ErrContextTimeoutTooShort = serviceerror .NewInvalidArgument ("Context timeout is too short." )
146
+ ErrContextTimeoutTooShort = serviceerror .NewFailedPrecondition ("Context timeout is too short." )
147
147
// ErrContextTimeoutNotSet is error for not setting a context timeout when calling a long poll API
148
148
ErrContextTimeoutNotSet = serviceerror .NewInvalidArgument ("Context timeout is not set." )
149
149
)
You can’t perform that action at this time.
0 commit comments