ApolloGenericException

class ApolloGenericException(message: String? = null, cause: Throwable? = null) : ApolloException

Something went wrong but it's not sure exactly what

Constructors

Link copied to clipboard
fun ApolloGenericException(message: String? = null, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?