Types

Link copied to clipboard
class FailedException(message: String? = null, cause: Throwable? = null) : DeregisterException
Link copied to clipboard
class GraphQLException(message: String? = null, cause: Throwable? = null) : DeregisterException
Link copied to clipboard
class NotAuthorizedException(message: String? = null, cause: Throwable? = null) : DeregisterException
Link copied to clipboard
class ServerException(message: String? = null, cause: Throwable? = null) : DeregisterException

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

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