final case classFailureToWork(entry: Entry, ex: Throwable) extends Product with Serializable
Message that indicates that the final stage of the remover process has failed.
Since the last step is generally unregistering the object, it could be a critical error.
entry
the entry that was not properly removed
ex
the reason the last entry was not properly removed
Message that indicates that the final stage of the remover process has failed. Since the last step is generally unregistering the object, it could be a critical error.
the entry that was not properly removed
the reason the last entry was not properly removed