SErrOnlySimpleValues
'Only simple values can be stored as Schema value'
SErrInvalidNumber
'Invalid number : %s'
SErrInvalidToken
'Invalid token at %s: "%s"'
SErrUnexpectedToken
'Invalid token at %s, expected: "%s", got: "%s"'
SErrUnexpectedTokenNotInSet
'Invalid token, expected one of: [%s], got: "%s"'
SErrNumberIsNotAnInteger
'Number is not an integer at %s: %s'
SErrIntegerIsNegative
'Integer is negative %s: %d'
SErrUnexpectedType
'Invalid JSON type at <<%s>>, expected: "%s", got: "%s"'
SErrUnexpectedTypeNotInSet
'Invalid JSON type at <<%s>>, expected one of: [%s], got: "%s"'
SErrInvalidType
'Invalid JSON type %s at <<%s>>'
SSchemaInfo
'Schema info: "%s" : %s'
SErrNoFalseMatch
'"false" schema does not match any JSON'
SErrTypeMismatch
'JSON type "%s" does not match one of %s'
SNotNumericalData
'%s is not numerical data, cannot check %s'
SNotStringData
'%s is not string data, cannot check %s'
SNotArrayData
'%s is not array data, cannot check %s'
SNotObjectData
'%s is not object data, cannot check %s'
SViolatesNumericalCondition
'%g violates numerical condition %s: %g'
SViolatesArrayCondition
'%s violates array condition %s: %s'
SViolatesObjectCondition
'%s violates object condition %s: %s'
SViolatesStringCondition
'"%s" violates string condition %s: %s'
SNotImplementedInValidator
'Not implemented in validator %s'
SErrListCountMismatch
'Data fails to comply to correct amount of schemas in "%s" list: %d (list has %d items)'
SIfResult
'If() condition at path "%s" result: %s'
SErrMissingRequiredDependent
'Missing required dependent "%s"'
SErrNotEqual
'Not equal to JSON value %s'
SErrSchemaMatchesNot
'JSON data Matches "not" schema'
SErrNotInList
'Not in list of JSON values %s'