Create incident from OutboundConnector (no retries)

Is it possible to immediately create an incident from an OutboundConnector? If I throw an exception, it will first do retries.This is usually okay, but in one special case I don’t want to have retries.

In the best practise section, I found a page about dealing with problems and exception. Here, they mention ThrowError (instead of FailJob). But this seems to be a solution for Job Workers only?