tft_get_repair_type
Function
This API is called by MindSpore to query the repair type in the callback of the stop, clean, or repair phase.
Format
mindio_ttp.framework_ttp.tft_get_repair_type()
Parameters
None
Return Value
String
- retry: UCE repair
- recover: ARF repair
- dump: dying gasp
- unknow: repair type not found
Parent topic: API Reference