ApplyFailure

data class ApplyFailure(val kind: ChangeKind, val path: String, val cause: String)(source)

A change that could not be applied to a target.

Constructors

Link copied to clipboard
constructor(kind: ChangeKind, path: String, cause: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard