DlmsExceptionKind Enumeration

Kind of error raised during Dlms

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public enum DlmsExceptionKind

Members

None0 Not specified
InvalidRequest1 Error creating DLMS request (object to rawData)
InvalidResponse2 Error parsing DLMS response (rawData to object)
InvalidDataFormat3 Error converting data between two formats
AssociationError4 Server (meter) returned an error in AARE. It can be error in association-result field or in association-source-diagnostic field but not authentication failure.
DifferentApplicationNameContextId5 Server (meter) returned in AARE different app name context id than it was requested in AARQ.
DataAccessError6 Server (meter) returned a data access error
ServiceError7 Server returned an error in ConfirmedServiceError block of AARE.
AuthenticationFailure8 Athentication required or invalid password.
InvalidMeterDateTime9 Meter date/time is not set properly to read profile.
ReadingConfigurationError10 Error in reading configuration. Used internally.
MeterError11 Meter is in error state. Used internally.
MeterDisconnected12 Meter is disconnected. Used internally.
InvalidSecuritySettings13 Error in security parameters in DlmsDataSecuritySettings

See Also