Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.
This repository was archived by the owner on May 15, 2023. It is now read-only.

Handling API Error Message: Stale version number specified. #4

@FcrbPeter

Description

@FcrbPeter

When committing the item to GCS,

it will be randomly show an API error in the following.

WARNING: Request failed with error
{
    "code": 400,
    "errors": [
        {
            "domain": "global",
            "message": "Stale version number specified. ",
            "reason": "failedPrecondition"
        }
    ],
    "message": "Stale version number specified. ",
    "status": "FAILED_PRECONDITION"
}

I would like to ask if there is any work around to track the issue, such as show up the error item id, etc.

Thanks.

Peter Chan

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions