export enum ErrorType {
- FORMAT_VIOLATION = 'FormatViolation',
// Payload for Action is syntactically incorrect or not conform the PDU structure for Action
+ FORMAT_VIOLATION = 'FormatViolation',
FORMATION_VIOLATION = 'FormationViolation',
- // Any other error not covered by the previous ones
+ // Any other error not covered by the other ones
GENERIC_ERROR = 'GenericError',
// An internal error occurred and the receiver was not able to process the requested Action successfully
INTERNAL_ERROR = 'InternalError',