CapabilityIssue

An issue affecting a capability's health or operation.

Types

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

Properties

Link copied to clipboard

A code identifying the type of issue. This can be used to programmatically handle specific issue types.

Link copied to clipboard

A human-readable message describing the issue and potential remediation steps.

Functions

Link copied to clipboard
inline fun copy(block: CapabilityIssue.Builder.() -> Unit = {}): CapabilityIssue
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