Hello,
The core will detect a hard fault exception.
In the S32DS IDE startup configuration, all the unimplemented interrupts are handled by the DefaultISR which is just a infinite loop.
So yes, if for any reason the HardFault handler is not implemented, it will end up in the default handler waiting for a reset.
BR, Daniel