ApolloNetworkException
fun ApolloNetworkException(message: String? = null, platformCause: Any? = null)
Content copied to clipboard
Parameters
message
a message indicating what the error was.
platformCause
the underlying cause. Might be null. When not null, it can be cast to:
a Throwable on JVM platforms.
a NSError on Darwin platforms. to get more details about what went wrong.