DlmsExceptionKind Enumeration
Kind of error raised during Dlms
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public enum DlmsExceptionKind
| None | 0 |
Not specified
|
| InvalidRequest | 1 |
Error creating DLMS request (object to rawData)
|
| InvalidResponse | 2 |
Error parsing DLMS response (rawData to object)
|
| InvalidDataFormat | 3 |
Error converting data between two formats
|
| AssociationError | 4 |
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.
|
| DifferentApplicationNameContextId | 5 |
Server (meter) returned in AARE different app name context id than it was requested in AARQ.
|
| DataAccessError | 6 |
Server (meter) returned a data access error
|
| ServiceError | 7 |
Server returned an error in ConfirmedServiceError block of AARE.
|
| AuthenticationFailure | 8 |
Athentication required or invalid password.
|
| InvalidMeterDateTime | 9 |
Meter date/time is not set properly to read profile.
|
| ReadingConfigurationError | 10 |
Error in reading configuration. Used internally.
|
| MeterError | 11 |
Meter is in error state. Used internally.
|
| MeterDisconnected | 12 |
Meter is disconnected. Used internally.
|
| InvalidSecuritySettings | 13 |
Error in security parameters in DlmsDataSecuritySettings
|