refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / ErrorType.ts
index d6d8357fc71cef712facbd4b305f913aa08937ac..e8762380b5872b9cddebc3d33f0f3075170dd834 100644 (file)
@@ -19,5 +19,5 @@ export enum ErrorType {
   // Payload for Action is syntactically correct but at least one of the fields violates data type constraints (e.g. "somestring" = 12)
   TYPE_CONSTRAINT_VIOLATION = 'TypeConstraintViolation',
   // Any other error not covered by the previous ones
-  GENERIC_ERROR = 'GenericError'
+  GENERIC_ERROR = 'GenericError',
 }