The PLM Error Manager supports the following APIs:
- XPlmi_EmSetAction
- Use this API to set up the error action. This API takes Error Node ID, Error Mask, Action ID and Error Handler if the Action ID is Interrupt to PMC as input arguments. When this function is called, it disables the existing error actions, and sets the action specified in Action ID for the given error.
- XPlmi_EmDisable
- Use this API to disable all error actions for a given Error ID. This API takes Error ID as the input argument.