What causes the CAN error interrupt?

Hello,
I am using R7F7016894AFP-C mcu with CAN FD.

Also, the CAN RXD pin is connected to pin 63 (P10_6) and the CAN TXD is connected to pin *** (P10_7).

And we matched the CAN global error interrupt handler function to eiint22 of INT_Vectors[].

What I would like to inquire is under what circumstances does CAN global error interrupt (eiint22) occur in the mcu?

Exactly under what circumstances does the MCU determine to generate an error interrupt?

When which flag in the RCFDCnCFDCmERFL register is set, an interrupt occurs?

Or, could the CAN error interrupt occur for other reasons that are not listed in the RCFDCnCFDCmERFL register?

And if possible, I would appreciate it if you could tell me what action to take within the CAN error interrupt handler.

Thank you.