MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / code_error_message

Function code_error_message

fendermint/app/src/tmconv.rs:465–471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

463
464 #[test]
465 fn code_error_message() {
466 assert_eq!(to_error_msg(ExitCode::OK), "");
467 assert_eq!(
468 to_error_msg(ExitCode::SYS_SENDER_INVALID),
469 "The message sender doesn't exist."
470 );
471 }
472
473 #[quickcheck_macros::quickcheck]
474 fn abci_snapshot_metadata(snapshot: SnapshotItem) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected