Method: CouchClient::Document#error?

Defined in:
lib/couch-client/document.rb

#error?Boolean

Identifies that there are currently errors that must be resolved

Returns:

  • (Boolean)


132
133
134
# File 'lib/couch-client/document.rb', line 132

def error?
  !@error.empty?
end