Aras Innovator Platform

Response translation

This section describes the response types supported by the OData server and how they translate to AML.

An Error response reports OData service-specific errors and unsupported functionality as well as AML error responses:

Response:
HTTP/1.1 400 Bad Request
{
 “code": “400",
 “message": “Bad Request”,
 “target": “AML”,
 “details":
 {
 “code": “SOAP-ENV:Server”,
 “message": “addRelshipPermInfo is not specified or its sourceID is empty”,
 “target": “System.ArgumentException”
 }
}