enum class ValueNotValidErrorType
Enum describes error codes corresponding to com.srv4pos.server.api.exceptions.ValueNotValidJsonException.
Occurs if non-null constraint violated. |
|
Occurs if regex violated. |
|
Says that size of the field in characters should be equal to limiting number. |
|
Says that size of the field in characters should be less then limiting number. |
|
Says that size of the field in characters should be more or equal then limiting number. |
|
Says that size of the field in characters should be in some range. |
|
Says that numerical value should be greater or equal then some limiting value. |
|
Says that numerical value should be less or equal then some limiting value. |
|
It is a special case of com.srv4pos.server.api.infrastructure.exceptions.enums.ValueNotValidErrorType.VALUE_SHOULD_BE_GREATER_THEN. Says that value should be positive. |
|
Says that all values in map should be positive. |
|
Says that application name and version should contain SE and version |
|
Says that seller's corporate id failed to pass swedish validation. |
|
Says that seller's corporate id failed to pass Luhn-algorithm validation. |
|
Says that value can't be decoded from base64 format. |
|
Says that max uploading file size is exceeded. |
|
Says that value of field related to value of another field. |