Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
694
FLError FLEncoder_GetError(FLEncoder e) FLAPI {
695
return (FLError)e->errorCode;
696
}
697
698
const char* FLEncoder_GetErrorMessage(FLEncoder e) FLAPI {
699
return e->hasError() ? e->errorMessage.c_str() : nullptr;
Callers
1
error
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected