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

datetime validation

parent 3243f23e
Branches feature/date-time-typo
No related tags found
6 merge requests!130integer data type,!120integer data type,!119Develop to main M25,!117Develop to main M25,!111datetime validation,!110Feature/date time typo
Pipeline #290192 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