What does the error message "The specified object was not found in the store; the process failed to get the correct properties" generally indicate?
A) The object you are trying to access or modify does not exist in the data store or database.
B) There is a successful retrieval of the object, but its properties are not correctly displayed.
C) The data store or database connection is successfully established, but the object was found in a different schema.
D) The process encountered a syntax error while querying the data store.