Preparing search index...
The search index is not available
@codegrade/apiv2-client
@codegrade/apiv2-client
JupyterOutputEvent
ErrorMember
Interface ErrorMember
Emitted when an error occurs during execution.
interface
ErrorMember
{
$unknown
?:
undefined
;
displayData
?:
undefined
;
error
:
JupyterErrorOutputEvent
;
executeRequested
?:
undefined
;
executeResult
?:
undefined
;
executeStart
?:
undefined
;
stream
?:
undefined
;
}
Index
Properties
$unknown?
display
Data?
error
execute
Requested?
execute
Result?
execute
Start?
stream?
Properties
Optional
$unknown
$unknown
?:
undefined
Optional
display
Data
displayData
?:
undefined
error
error
:
JupyterErrorOutputEvent
Optional
execute
Requested
executeRequested
?:
undefined
Optional
execute
Result
executeResult
?:
undefined
Optional
execute
Start
executeStart
?:
undefined
Optional
stream
stream
?:
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$unknown
display
Data
error
execute
Requested
execute
Result
execute
Start
stream
@codegrade/apiv2-client
Loading...
Emitted when an error occurs during execution.