Error (of sorts): why does this happen?

IncompatibleKeys(missing_keys=[], unexpected_keys=[]),

Yes, I already know that this means weights were loaded correctly , my question is: why return this ‘Error’ at all, if there were no errors?

This is not an error. This is just a tuple containing the keys that were either missing or unexpected.
Is it detected as being an Error by something?