MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / code

Function code

src/ArduinoJson/Deserialization/DeserializationError.hpp:61–63  ·  view source on GitHub ↗

Returns internal enum, useful for switch statement

Source from the content-addressed store, hash-verified

59
60 // Returns internal enum, useful for switch statement
61 Code code() const {
62 return code_;
63 }
64
65 const char* c_str() const {
66 static const char* messages[] = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected