ServerServiceException
Types
Link copied to clipboard
data class ChannelNotFoundException(val message: String = "Channel not found") : ServerServiceException
Link copied to clipboard
data class OwnerCannotLeaveServerException(val message: String = "Owner cannot leave server") : ServerServiceException
Link copied to clipboard
data class ServerNotFoundExceptionException(val message: String = "Server not found") : ServerServiceException
Link copied to clipboard
data class UserNotHasPermissionsException(val message: String = "User not has permissions to perform this action") : ServerServiceException
Link copied to clipboard
data class UserNotInServerExceptionException(val message: String = "User not in server") : ServerServiceException