Use the long-established operation_not_supported instead of the rather newfangled state_not_recoverable error code.
The latter is not available on NetBSD 9.x, due to the host system not having ENOTRECOVERABLE
defined. NetBSD-current has it and the coming 10.0 will have it, though.
However, it can also be argued that operation_not_supported is a better fit for the actual error message,
which in essence says "Incremental mode for action %d is not supported".