The failureInfo repository item stores data about deployment errors and has the following properties:

Property

Description

id

The failureInfo ID.

deployment

The ID of the associated deployment item.

marker

The ID of the associated marker item.

severity

Can be either WARNING (0) or ERROR (1).

message

The human-readable message displayed with the warning or error.

time

A timestamp showing the time when the warning or error occurred.

errorCode

The code associated with the warning or error.

cause

The exception that was generated when the failure occurred.

 
loading table of contents...