Response when an error occurs

Ops Center Common Services REST API Reference Guide

Version
10.9.x
File Size
533 KB
Audience
anonymous
Part Number
MK-99OPS003-06
If the processing of a request is not successful, the following error information is returned as a response.

Attribute

Type

Description

errorMessage

string

Error message

additionalInfo

string

Additional information about the error message

Output example
{
    "errorMessage" : "KAOP20012-E Not Found.",
    "additionalInfo" : "{\"error\":\"Could not find group by id\"}"
}