ocpp_rs 0.4.0

no_std + alloc OCPP 1.6 and 2.1 protocol library (OCPP-J parse/serialize, CallResult correlation).
Documentation
1
2
3
4
5
6
7
8
//! Errata-related wire string constants (reason codes, etc.).
//!
//! Full Part 2 behavioural errata are not implemented here — only stable strings
//! called out in Edition 2 Errata that differ from older drafts.

/// `SetChargingProfileResponse.statusInfo.reasonCode` when a profile arrives before
/// `NotifyEVChargingNeedsRequest` (errata: was `InvalidMessageSequence`).
pub const REASON_INVALID_MESSAGE_SEQ: &str = "InvalidMessageSeq";