X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FErrorType.ts;h=d6d8357fc71cef712facbd4b305f913aa08937ac;hb=385c5e62929a2c113898706b8ec940840b7f6f4f;hp=e8762380b5872b9cddebc3d33f0f3075170dd834;hpb=e3018bc4b27b43106073e4c4cda031cc37715027;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/ErrorType.ts b/src/types/ocpp/ErrorType.ts index e8762380..d6d8357f 100644 --- a/src/types/ocpp/ErrorType.ts +++ b/src/types/ocpp/ErrorType.ts @@ -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' }