Experimental
Schema
EtagMismatch
Type:
object
EtagMismatch is the status detail a stale precondition carries, so a client learns the
current version for an explicit conflict-resolution decision.
currentEtag
· required
Type:
string
current_etag is informational; clients must not silently retry with it.
All schema constraints and annotations
{
"description": "current_etag is informational; clients must not silently retry with it.",
"minLength": 1,
"type": "string"
}All schema constraints and annotations
{
"description": "EtagMismatch is the status detail a stale precondition carries, so a client learns the\ncurrent version for an explicit conflict-resolution decision.",
"properties": {
"currentEtag": {
"description": "current_etag is informational; clients must not silently retry with it.",
"minLength": 1,
"type": "string"
}
},
"required": [
"currentEtag"
],
"title": "EtagMismatch",
"type": "object"
}