v0.1.1-pre.002-fix.001
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// file: crates/ksp-core-lib/tests/public_api.rs
|
||||
// version: 1
|
||||
// version: 2
|
||||
|
||||
//! Integration tests for the public `ksp-core-lib` error contract.
|
||||
|
||||
fn public_result() -> ksp_core_lib::Result<()> {
|
||||
let error = ksp_core_lib::Error::new(ksp_core_lib::ErrorCode::new("consumer", "failed"), "consumer failure").with_context("operation", "public_api");
|
||||
|
||||
Reference in New Issue
Block a user