Case
CouchDBClientError.conflictError(error:)
The CONFLICT request was unsuccessful due to a document update conflict.
case conflictError(error: CouchDBError)
Parameters
- error
The CouchDBError returned by the server, providing details about the conflict.