MCPcopy Create free account
hub / github.com/Ember-Moth/ppanel / get_err_code

Method get_err_code

crates/result/src/code_error.rs:52–54  ·  view source on GitHub ↗

Returns the error code shown to the front end.

(&self)

Source from the content-addressed store, hash-verified

50
51 /// Returns the error code shown to the front end.
52 pub fn get_err_code(&self) -> u32 {
53 self.err_code
54 }
55
56 /// Returns the error message shown to the front end.
57 pub fn get_err_msg(&self) -> &str {

Callers 1

recover_code_and_msgFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected