Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 463 Bytes

subscription-component-allocation-error-exception.md

File metadata and controls

26 lines (18 loc) · 463 Bytes

Subscription Component Allocation Error Exception

Structure

SubscriptionComponentAllocationErrorException

Fields

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

Example (as JSON)

{
  "errors": [
    {
      "kind": "kind8",
      "message": "message0"
    }
  ]
}