Failure

class Failure(val code: Int, val reason: String? = null) : WindowContainerParamsUpdater.UpdateResult

Represents a failed parameter update operation.

Constructors

Link copied to clipboard
constructor(code: Int, reason: String? = null)

Properties

Link copied to clipboard
val code: Int

Numeric error code identifying the specific failure type

Link copied to clipboard
val reason: String?

Optional human-readable description of the failure cause