Adds the "unmappble" result type
Add a new "unmappable" result type This can be used if a source object should be treated as if it does not exists (don't insert/delete when present). In some cases, this cannot be detected unless the mapping is attempted. Normally, such objects should not be returned from the SourceAdapter in the first place.