DropInfoResponse

data class DropInfoResponse(val cause: String, val resourceUri: String)

Details of the final state "drop" and associated resource.

Constructors

Link copied to clipboard
constructor(cause: String, resourceUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cause that the packet is dropped.

Link copied to clipboard

URI of the resource that caused the drop.