Skip to main content

InvalidSupplierAttributeValueError

titlestringrequired

Human-readable error title

Example: Error occurred
details objectrequired
attributeIdstringrequired

The id of the attribute that has an invalid value

Example: 123e4567-e89b-12d3-a456-426614174000
pathstringrequired

The name of the attribute that has an invalid value

Example: Test Attribute
attributeTypestringrequired

Possible values: [string, boolean, number, list, listMultiple, qualification]

Example: string
value objectnullablerequired

The value of the attribute that has an invalid value

oneOf
string
InvalidSupplierAttributeValueError
{
"title": "Error occurred",
"details": {
"attributeId": "123e4567-e89b-12d3-a456-426614174000",
"path": "Test Attribute",
"attributeType": "string",
"value": "Test Value"
}
}