Types

Link copied to clipboard
class FailedException(message: String? = null, cause: Throwable? = null) : ResetUserDataException

Unexpected error has occurred.

Link copied to clipboard
class GraphQLException(message: String? = null, cause: Throwable? = null) : ResetUserDataException

Unexpected GraphQL error was returned. This could be due to a bug in the backend code.

Link copied to clipboard
class NotAuthorizedException(message: String? = null, cause: Throwable? = null) : ResetUserDataException

The user was not authorized to perform the reset user data operation.

Link copied to clipboard
class ServerException(message: String? = null, cause: Throwable? = null) : ResetUserDataException

Internal server error has occurred. This could be due to an outage or an unexpected fatal error in the backend.

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?