// SPDX-License-Identifier: BUSL-1.1
//! Helper to build outbound [`ArrayRejectMsg`] frames.
use Hlc;
use ;
/// Build an [`ArrayRejectMsg`] for a rejected inbound op.
///
/// `op_hlc` is the HLC of the offending op. `reason` is a structured code.
/// `detail` is a human-readable explanation.