class CouchDB::Conflict

Overview

Raised on a put or remove with a stale or missing revision (HTTP 409).

Defined in:

couchdb/error.cr

Constructors

Constructor Detail

def self.new(id : String, rev : String) #

[View source]