MCPcopy Create free account
hub / github.com/dethcrypto/dethcode / CellErrorOutput

Interface CellErrorOutput

packages/ethereum-viewer/src/vscode.proposed.d.ts:1113–1127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1111 }
1112
1113 export interface CellErrorOutput {
1114 outputKind: CellOutputKind.Error;
1115 /**
1116 * Exception Name
1117 */
1118 ename: string;
1119 /**
1120 * Exception Value
1121 */
1122 evalue: string;
1123 /**
1124 * Exception call stack
1125 */
1126 traceback: string[];
1127 }
1128
1129 export interface NotebookCellOutputMetadata {
1130 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected