CheckFailure#
- class CheckFailure[source]#
Class which holds a check run exception.
- Parameters
- checkBaseCheck
- exceptionException
- header_suffixstr , default ``
- __new__(*args, **kwargs)#
Attributes
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 the check failure. |
|
|
Return check failure as json. |
|
Export check result to wandb. |
Return CheckFailure as a ipywidgets.Widget instance. |