Types

Link copied to clipboard
class AlreadyRegisteredException(message: String? = null, cause: Throwable? = null) : RegisterException
Link copied to clipboard
class FailedException(message: String? = null, cause: Throwable? = null) : RegisterException
Link copied to clipboard
class GraphQLException(message: String? = null, cause: Throwable? = null) : RegisterException
Link copied to clipboard
class IdentityNotConfirmedException(message: String? = null, cause: Throwable? = null) : RegisterException
Link copied to clipboard
class IllegalStateException(message: String? = null, cause: Throwable? = null) : RegisterException
Link copied to clipboard
class InvalidInputException(message: String? = null, cause: Throwable? = null) : RegisterException
Link copied to clipboard
class NotAuthorizedException(message: String? = null, cause: Throwable? = null) : RegisterException
Link copied to clipboard
class ServerException(message: String? = null, cause: Throwable? = null) : RegisterException

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?