sealed class NetworkCacheError : Exception
| DeregistrationFailed |
class DeregistrationFailed : NetworkCacheError
Indicates a failure to deregister, because of a rejected request from the remote node |
| rootCause |
val Throwable.rootCause: Throwable |
| DeregistrationFailed |
class DeregistrationFailed : NetworkCacheError
Indicates a failure to deregister, because of a rejected request from the remote node |