ReasonSummary

Contains information about the reasoning why a check for access passed or failed.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the reasoning of a result of checking for access.

Link copied to clipboard

The identifier for the reason statement.

Link copied to clipboard

The index number of the reason statement.

Functions

Link copied to clipboard
inline fun copy(block: ReasonSummary.Builder.() -> Unit = {}): ReasonSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String