Affordability Report Failure

Id: affordabilityReportFailure

Event that notifies when an affordability report has failed.

NameTypeDescription
reportIdstringThe unique id of the report
failedAtstringThe time the report failed (UTC - ISO 8601 format)
statusstringAlways 'failed' for this message type

Example payload

{
    "reportId": "21403405-47d3-4da8-a56a-7e39c27d4395",
    "failedAt": "2024-07-30T15:08:01.000Z",
    "status": "failed"
}