ocpp/v1_6/enum/charge_point_error_code

OCPP 1.6 ChargePointErrorCode enumeration.

to_json/decoder map each constructor to/from its exact schema token.

Types

pub type ChargePointErrorCode {
  ConnectorLockFailure
  EvCommunicationError
  GroundFailure
  HighTemperature
  InternalError
  LocalListConflict
  NoError
  OtherError
  OverCurrentFailure
  PowerMeterFailure
  PowerSwitchFailure
  ReaderFailure
  ResetFailure
  UnderVoltage
  OverVoltage
  WeakSignal
}

Constructors

  • ConnectorLockFailure
  • EvCommunicationError
  • GroundFailure
  • HighTemperature
  • InternalError
  • LocalListConflict
  • NoError
  • OtherError
  • OverCurrentFailure
  • PowerMeterFailure
  • PowerSwitchFailure
  • ReaderFailure
  • ResetFailure
  • UnderVoltage
  • OverVoltage
  • WeakSignal

Values

pub fn decoder() -> decode.Decoder(ChargePointErrorCode)

Decode a ChargePointErrorCode from its exact schema token.

pub fn to_json(value: ChargePointErrorCode) -> json.Json

Encode a ChargePointErrorCode to its exact schema token.

Search Document