MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / code

Method code

include/dpp/exception.h:503–503  ·  view source on GitHub ↗

* @brief Get exception code * * @return exception_error_code error code */

Source from the content-addressed store, hash-verified

501 * @return exception_error_code error code
502 */
503 [[nodiscard]] exception_error_code code() const noexcept { return error_code; };
504
505};
506

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected