Package-level declarations

Types

Link copied to clipboard
@Produces
@Singleton
@Requires(classes = [ServerServiceException.ChannelNotFoundException::class, ExceptionHandler::class])
class ChannelNotFound : ExceptionHandler<ServerServiceException.ChannelNotFoundException, ErrorResponse>
Link copied to clipboard
data class ErrorResponse(val message: String)
Link copied to clipboard
Link copied to clipboard
@Produces
@Singleton
@Requires(classes = [ServerServiceException.ServerNotFoundExceptionException::class, ExceptionHandler::class])
class ServerNotFound : ExceptionHandler<ServerServiceException.ServerNotFoundExceptionException, ErrorResponse>
Link copied to clipboard
Link copied to clipboard