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
The operation was rejected because the system is not in a state required for the operation's execution. For example, the directory to be deleted is non-empty or an rmdir operation is applied to a non-directory.
The increment operation assumes the value on the server is the string representation of an integer. If the user calls increment on a key where that is not true, we return a failed precondition
How can we help the user understand how to fix it?
The text was updated successfully, but these errors were encountered:
PHP and DotNet both have a FailedPreconditionError in their MomentoErrorCode, but it isn't in our docs.
The error message is quite vague:
'System is not in a state required for the operation's execution'
The GRPC error is...
@malandis says there's a way it's used...
How can we help the user understand how to fix it?
The text was updated successfully, but these errors were encountered: