| Details of Failure Response |
Failure Acknowledgement |
| If the site number is greater than six digits then, the Web Service will send response as, |
{
“Ack”:“failure”,
“Reason”: “Site number not exceed 6 digits.”
}
|
| If the MAC Address is empty then, the Web Service will send response as, |
{
“Ack”:“failure”,
“Reason”: “MAC address should not be empty.”
}
|
| The Video Guard provided MAC address and the MAC address in your request is different then, the Web Service will send response as, |
{
“Ack”:“failure”,
“Reason”: “You sent this XX:XX:XX:XX:XX:XX MAC address. You need to send the MAC address which is bind with videoguard provided IP Address.”
}
|
| If the MAC Address format (XX:XX:XX:XX:XX:XX) is invalid then, the Web Service will send response as, |
{
“Ack”:“failure”,
“Reason”: “Your given MAC address XX:XX:XX:XX:XX:XX is mismatch with our format AA:BB:CC:DD:EE:FF.”
}
|
| The Video Guard provided IP address and the IP address in your request is different then, the Web Service will send response as, |
{
“Ack”:“failure”,
“Reason”: “Your given IP address is XXX.XXX.XXX.XXX This is not provided by videoguard. You need to send videoguard provided IP address.”
}
|
| If the serial number exceeds more than 200 characters then, the Web Service will send response as, |
{
“Ack”:“failure”,
“Reason”: “Serial number length not exceed 200 characters.”
}
|
| If the Firmware version is empty then, the Web Service will send response as |
{
“Ack”:“failure”,
“Reason”: “Firmware Version should not be empty.”
}
|
| If the Firmware Version exceeds more than 200 characters then, the Web Service will send response as, |
{
“Ack”:“failure”,
“Reason”: “Firmware Version length not exceed 200 characters.”
}
|
| If the Model Name is Empty then, the Web Service will send response as |
{
“Ack”:“failure”,
“Reason”: “Model Name should not be empty.”
}
|
| If the Model Name exceeds more than 200 characters then, the Web Service will send response as, |
{
“Ack”:“failure”,
“Reason”: “Model Name length not exceed 200 characters.”
}
|
| If the Number of channel is more than five digits then, the Web Service will send response as, |
{
“Ack”:“failure”,
“Reason”: “Number Of Channel not exceed 5 digits.”
}
|
| If the Alarm input count is more than two digits then, the Web Service will send response as, |
{
“Ack”:“failure”,
“Reason”: “Alarm Input Count not exceed 2 digits.”
}
|
| If the Alarm output count is more than two digits then, the Web Service will send response as, |
{
“Ack”:“failure”,
“Reason”: “Alarm Output Count not exceed 2 digits.”
}
|
| If the Audio port count is more than two digits then, the Web Service will send response as, |
{
“Ack”:“failure”,
“Reason”: “Audio Port Count not exceed 2 digits.”
}
|