pub const PUBLICATION_NOT_CONNECTED: i64 = _; // -1i64Expand description
Result codes returned by AeronPublication::offer / try_claim (Aeron aeronc.h). A positive
value is the resulting log position; the negatives classify the failure.
Fatal (stop offering): PUBLICATION_CLOSED, PUBLICATION_MAX_POSITION_EXCEEDED,
PUBLICATION_ERROR. Transient (retry): PUBLICATION_BACK_PRESSURED,
PUBLICATION_NOT_CONNECTED, PUBLICATION_ADMIN_ACTION.