NSX-T Data Center REST API

FeedBackErrorMessage (type)

{
  "additionalProperties": false, 
  "description": "Provide details of error_id and error description for errors occurred during collection ,translation and apply phase in MP to Policy promotion.", 
  "id": "FeedBackErrorMessage", 
  "module_id": "MPPolicyMigration", 
  "properties": {
    "error_desc": {
      "required": true, 
      "title": "Error description due to which promotion is not successful.", 
      "type": "string"
    }, 
    "error_id": {
      "required": true, 
      "title": "Error Id due to which promotion is not successful.", 
      "type": "string"
    }
  }, 
  "title": "FeedBackErrorMessage", 
  "type": "object"
}