error static method
Factory function to create a NotebookCellOutputItem
that uses
uses the application/vnd.code.notebook.error
mime type.
Implementation
static _i3.NotebookCellOutputItem error(_i7.Error value) => _i5.callMethod(
_declaredNotebookCellOutputItem,
'error',
[value],
);