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

Function FLEncoder_GetError

Fleece/API_Impl/Fleece.cc:694–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694FLError FLEncoder_GetError(FLEncoder e) FLAPI {
695 return (FLError)e->errorCode;
696}
697
698const char* FLEncoder_GetErrorMessage(FLEncoder e) FLAPI {
699 return e->hasError() ? e->errorMessage.c_str() : nullptr;

Callers 1

errorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected