MCPcopy Create free account
hub / github.com/blockmatic/basilic / ErrorWithMessage

Interface ErrorWithMessage

packages/error/src/utils/types.ts:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 * ```
16 */
17export interface ErrorWithMessage {
18 /** Error message string */
19 message: string
20}
21
22/**
23 * Success variant of Result type.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected