Validate |
** NOTE: ADDED in CFX 2.0 **
Response to a request that a specific topic (e.g., tool, material carrier, recipe, material) was successfull validated or not.
Example 1: Tools{
"ValidationTopic": "Tools",
"Result": [
{
"Result": "Success",
"ResultCode": 0,
"Message": "Ok"
},
{
"Result": "Failed",
"ResultCode": 99,
"Message": "Not Ok"
}
]
}{
"ValidationTopic": "Materials",
"Result": [
{
"Result": "Success",
"ResultCode": 0,
"Message": "Ok"
},
{
"Result": "Failed",
"ResultCode": 99,
"Message": "Not Ok"
}
]
}{
"ValidationTopic": "MaterialCarrier",
"Result": [
{
"Result": "Failed",
"ResultCode": 301,
"Message": "Not Ok"
},
{
"Result": "Warning",
"ResultCode": 10,
"Message": "Check the material carrier"
}
]
}{
"ValidationTopic": "Recipe",
"Result": [
{
"Result": "Success",
"ResultCode": 0,
"Message": "Ok"
}
]
}The ValidateTopicResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| ValidateTopicResponse |
| Name | Description | |
|---|---|---|
| Result | The result of the request | |
| ValidationTopic | An enum for the specific validation topic of the request. |