RequestResult

interface RequestResult

The result if a call should be allowed or blocked.

Inheritors

Types

Link copied to clipboard

The request was allowed.

Link copied to clipboard
data class Block(val retryAfter: Duration) : RequestResult

The request was blocked.