Interface

ErrorMessage

contract.ErrorMessage

Error interface containing the error message. Matches Rust's implementation. Part of implementing Result, a minimal implementation of Rust's Result type. Used for contract methods that return Results, to maintain their distinction from methods that simply either return a value or throw.

View Source lib/contract/rust_result.d.ts, line 38

contract.ErrorMessage

Error interface containing the error message. Matches Rust's implementation. Part of implementing Result, a minimal implementation of Rust's Result type. Used for contract methods that return Results, to maintain their distinction from methods that simply either return a value or throw.

View Source lib/minimal/contract/rust_result.d.ts, line 38

contract.ErrorMessage

Error interface containing the error message. Matches Rust's implementation. Part of implementing Result, a minimal implementation of Rust's Result type. Used for contract methods that return Results, to maintain their distinction from methods that simply either return a value or throw.

View Source lib/no-axios/contract/rust_result.d.ts, line 38

contract.ErrorMessage

Error interface containing the error message. Matches Rust's implementation. Part of implementing Result, a minimal implementation of Rust's Result type. Used for contract methods that return Results, to maintain their distinction from methods that simply either return a value or throw.

View Source lib/no-eventsource/contract/rust_result.d.ts, line 38