CheckFailure#
- class CheckFailure[source]#
Class which holds a check run exception.
- Parameters
- checkBaseCheck
- exceptionException
- header_suffixstr , default ``
- __new__(*args, **kwargs)#
Attributes
Return HtmlSerializer instance. |
|
Return IPythonSerializer instance. |
|
Return WidgetSerializer instance. |
Methods
|
Display the check failure or return the display as widget. |
|
Convert a json object that was returned from CheckResult.to_json or CheckFailure.to_json. |
|
Return check id (used for href). |
Return header for display. |
|
|
Return the related check metadata. |
Print the traceback of the failure. |
|
|
Save output as html file. |
|
Display result. |
|
Display result in an iframe. |
|
Display result in a separate window. |
|
Display the not interactive version of result output. |
|
Serialize CheckFailure into a json string. |
|
Send check result to wandb. |
|
Return CheckFailure as a ipywidgets.Widget instance. |