When the context does not successfully save from within an operation then
the error is made available from the error property. However recovering
from an error once the operation has finished is next to impossible as you
do not have access to the context that failed. Therefore is it better to
just hard crash and fix the bug when you know the save failed.
When the context does not successfully save from within an operation then the error is made available from the error property. However recovering from an error once the operation has finished is next to impossible as you do not have access to the context that failed. Therefore is it better to just hard crash and fix the bug when you know the save failed.