Open sabbyanandan opened 7 months ago
To flesh this out some more, I think the steps would be:
Interrupted
status messages to be clear and actionable.{
"error_msg": "...",
"error_timestamp": "...",
"last_evaluated_block_height": "...",
"number_of_blocks_evaluated": "...",
"number_of_times_triggered": "...",
"last_occurrence": "..."
}
@sabbyanandan It may be helpful to release some sort of FAQ or doc for the users on how to resolve or act upon some the more common errors.
@MicaiahReid to fill in details for implementation.
I think the details I provided here should cover it! https://github.com/hirosystems/chainhook/issues/528#issuecomment-2004395894
Context:
Similar to the line item at https://github.com/hirosystems/chainhook/issues/324#issuecomment-1677597568, it'd be helpful for developers to know what is the cause/reason for the failure in its raw log format, including the timestamp.
Additionally, today, we show high-level information when the developer hovers over, but when we have the raw log content, we can revisit the display of it from the DX perspective.