IdentifiedFailure Class

The failure identified.

Inheritance
IdentifiedFailure

Constructor

IdentifiedFailure(*, failure_id: Optional[str] = None, category: Optional[Union[str, azure.mgmt.testbase.models._test_base_enums.Category]] = None, error_message: Optional[str] = None, guidance: Optional[str] = None, **kwargs)

Parameters

failure_id
str
Required

The Failure Id.

category
str or <xref:test_base.models.Category>
Required

The category of the failure. Possible values include: "None", "Unidentified", "Package", "OSUpdate", "Infrastructure".

error_message
str
Required

Message that shows information about the failure.

guidance
str
Required

Guidance that shows what the customer needs to do for this failure.