MCPcopy Create free account
hub / github.com/EnsoBuild/temper / ErrorMessage

Class ErrorMessage

src/errors.rs:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7#[derive(Serialize, Deserialize, Debug)]
8pub struct ErrorMessage {
9 pub code: u16,
10 pub message: String,
11}
12
13#[derive(Debug)]
14pub struct NoURLForChainIdError;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected