Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 539 Bytes

component-price-point-error-exception.md

File metadata and controls

32 lines (24 loc) · 539 Bytes

Component Price Point Error Exception

Structure

ComponentPricePointErrorException

Fields

Name Type Tags Description
Errors []models.ComponentPricePointErrorItem Optional -

Example (as JSON)

{
  "errors": [
    {
      "component_id": 236,
      "message": "message0",
      "price_point": 122
    },
    {
      "component_id": 236,
      "message": "message0",
      "price_point": 122
    }
  ]
}