Skip to content
Snippets Groups Projects
Commit fd61d726 authored by Jozsef Barcza's avatar Jozsef Barcza
Browse files

Merge branch 'feature/date-time-typo' into 'develop'

datetime validation

See merge request !111
parents 3243f23e b569f11f
No related branches found
No related tags found
5 merge requests!130integer data type,!120integer data type,!119Develop to main M25,!117Develop to main M25,!111datetime validation
Pipeline #290190 failed
......@@ -33,7 +33,7 @@ object WriteBackServiceMessages {
val notFoundEntityKey = "EntityKey - % doesn't exist"
val invalidDataType = "Invalid Point value - % for Data Type - % in request"
val invalidDataTypeNotSet = "Invalid Point value - % for Data Type - % in request, input is not a SET"
val invalidDataTypeISODateTime = "Invalid Point value - % for Data Type - % in request, input is not ISO-8601 format"
val invalidDataTypeISODateTime = "Invalid Point value - % for Data Type - % in request, input is not in ISO-8601 format"
val invalidDataTypePDM = "Invalid Data Type - % of Point value - % for given Property Descriptor in request"
val invalidUOM = "Invalid Unit of measurement - % for given Property Descriptor in request"
val multipleDataFields = "Invalid request - contains multiple data fields only one of %s fields is required"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment