ocpp_rs 0.4.2

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.).
//!
//! This module only ships a few stable wire strings that differ from older drafts;
//! full protocol behavioural errata are not modelled here.

/// `SetChargingProfileResponse.statusInfo.reasonCode` when a profile arrives before
/// `NotifyEVChargingNeedsRequest` (prefer `InvalidMessageSeq` over older spellings).
pub const REASON_INVALID_MESSAGE_SEQ: &str = "InvalidMessageSeq";