ApplyPatchConflict constructor

const ApplyPatchConflict(
  1. String message
)

Creates a conflict result whose message describes why the patch failed. Audited: 2026-06-12 11:26 EDT

Implementation

const ApplyPatchConflict(String message) : _message = message;