validation.assert.missing_nested_spec
0x05010001 | PreconditionError (412) | All levels of an object have to be defined in the specification. | All levels of an object have to be defined in the specification |
validation.assert.unexpected_children
0x05010002 | PreconditionError (412) | The field type "%s" is not allowed to have children fields. | The field configuration does not allow children fields |
validation.assert.missing_parent
0x05010003 | PreconditionError (412) | The parent field of the field "%s" is not defined. | Missing parent field |
validation.assert.unexpected_properties
0x05010004 | PreconditionError (412) | The object "%s" contains unexpected properties (allowed: %s). | Unexpected properties found |
validation.assert.missing_type
0x05010005 | PreconditionError (412) | Missing property "type" in field "%s". | The property "type" is required |
validation.assert.unknown_type
0x05010006 | PreconditionError (412) | In "%s": unknown type "%s". | Unknown "type" defined |
validation.assert.missing_value
0x05010007 | PreconditionError (412) | Missing property "value" in field "%s". | The "value" field is required |
validation.assert.invalid_type
0x05010008 | PreconditionError (412) | Wrong type for parameter "%s" (expected: %s). | Wrong parameter type |
validation.assert.not_multivalued
0x05010009 | PreconditionError (412) | Field "%s": cannot set a property "%s" if the field is not multivalued. | Expected the field to be multivalued |
validation.assert.invalid_range
0x0501000a | PreconditionError (412) | Property "%s": invalid range (%s > %s). | A range has been defined with its lower bound greater than its upper one |
validation.assert.invalid_specifications
0x0501000b | BadRequestError (400) | Errors occured with the provided specifications: | |
%s | The provided specifications are invalid | | |
validation.assert.not_found
0x0501000c | NotFoundError (404) | No specifications defined for index %s and collection %s | Attempted to access to a non-existent collection specifications |
validation.assert.invalid_filters
0x0501000d | BadRequestError (400) | Invalid filters validator: %s | The Koncorde filters provided as a validator are invalid |
validation.assert.incorrect_validation_format
0x0501000e | InternalError (500) | Incorrect validation format stored for collection "%s": missing "%s" property. | The Koncorde filters provided as a validator are invalid |