Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a CONFLICT error detail catered for mutations. #696

Merged
merged 1 commit into from Oct 15, 2021

Commits on Oct 15, 2021

  1. Introduce a CONFLICT error catered to mutations.

    Indicates the operation conflicts with the current state of the target resource.
    Conflicts are most likely to occur in the context of a mutation.
    
    For example, you may get a CONFLICT when writing a field with a reference value that is
    older than the one already on the server, resulting in a version control conflict.
    
    HTTP Mapping: 409 Conflict.
    Error Type: FAILED_PRECONDITION
    berngp committed Oct 15, 2021
    Copy the full SHA
    2418854 View commit details
    Browse the repository at this point in the history