UserException

Sealed class representing exceptions related to users.

Inheritors

Types

Link copied to clipboard
data class UserNotFoundException(userId: String, val message: String = "User (") : UserException

Exception thrown when a user is not found.

Properties

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

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