implement rx631 SCI ERI handler with GCC

Hi,

i have an UART running on the RX631 with GCC 

I have interrupt handlers for receive, transmit and transmit finished

INT_Excep_SCI5_RXI5
INT_Excep_SCI5_TXI5
INT_Excep_SCI5_TEI5


But according to the datasheet there is an ERI handler for errors like framing or parity which i can handle there.

I'm a little bit lost atm which interrupt vector i should use for this? my interrupt_handlers.h has no declaration for this vector


regards