Skip to main content

SupplierNotFoundError

titlestringrequired

Human-readable error title

Example: Error occurred
details objectrequired
valuestringrequired

The id of the supplier that was not found

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

The path of the invalid property

SupplierNotFoundError
{
"title": "Error occurred",
"details": {
"value": "123e4567-e89b-12d3-a456-426614174000",
"path": "string"
}
}