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

Method errorCode

Fleece/Core/JSONConverter.hh:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 /** See jsonsl_error_t for error codes, plus a few more defined below. */
38 int jsonError() noexcept {return _jsonError;}
39 ErrorCode errorCode() noexcept {return _errorCode;}
40 const char* errorMessage() noexcept;
41
42 /** Byte offset in input where error occurred */

Callers 1

FLEncoder_ConvertJSONFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected