DuplicateSupplierNameError
titlestringrequired
Human-readable error title
Example:
Error occurreddetails objectrequired
valuestringrequired
The name of the supplier that already exists
Example:
Acme Corporationpathstringrequired
The path of the duplicate property
DuplicateSupplierNameError
{
"title": "Error occurred",
"details": {
"value": "Acme Corporation",
"path": "string"
}
}