Network Exception
class NetworkException(reason: NetworkException.Reason, message: String) : Exception
Content copied to clipboard
This message is thrown when network problems occurred while accessing cloud storage. Reasons may be:
Timeout
Network unreachable or down A network exception is always temporary, a retry of the same operation may be successful.
Parameters
reason
The reason why the cloud storage could not be accessed
message
A message giving more info about the problem
Constructors
NetworkException
Link copied to clipboard
The reason why the cloud storage could not be accessed
Types
Reason
Link copied to clipboard
Functions
addSuppressed
Link copied to clipboard
fillInStackTrace
Link copied to clipboard
getLocalizedMessage
Link copied to clipboard
getStackTrace
Link copied to clipboard
getSuppressed
Link copied to clipboard
printStackTrace
Link copied to clipboard
open fun printStackTrace()
Content copied to clipboard
setStackTrace
Link copied to clipboard