Skip to main content

DuplicateSupplierNameError

titlestringrequired

Human-readable error title

Example: Error occurred
details objectrequired
valuestringrequired

The name of the supplier that already exists

Example: Acme Corporation
pathstringrequired

The path of the duplicate property

DuplicateSupplierNameError
{
"title": "Error occurred",
"details": {
"value": "Acme Corporation",
"path": "string"
}
}