MCPcopy Create free account
hub / github.com/couchbase/fleece / error

Method error

API/fleece/Fleece.hh:679–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677 inline alloc_slice Encoder::finish(FLError* err) {return FLEncoder_Finish(_enc, err);}
678 inline void Encoder::reset() {return FLEncoder_Reset(_enc);}
679 inline FLError Encoder::error() const {return FLEncoder_GetError(_enc);}
680 inline const char* Encoder::errorMessage() const {return FLEncoder_GetErrorMessage(_enc);}
681
682 // specialization for assigning bool value since there is no Encoder<<bool

Callers 1

EncoderTests.ccFile · 0.80

Calls 1

FLEncoder_GetErrorFunction · 0.85

Tested by

no test coverage detected