Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The application identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage.
Collection of DeprecatedRPCError| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets the RPC error identifier. |
globally unique identifier |
None. |
| message |
Gets or sets the message. |
string |
None. |
| rpcType |
Gets or sets the RPC type. |
string |
None. |
| status |
Gets or sets the status. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "08bc9afe-9db8-4e39-9dfa-73a88b361ae8",
"message": "sample String 1",
"rpcType": "sample String 2",
"status": "sample String 3"
},
{
"id": "08bc9afe-9db8-4e39-9dfa-73a88b361ae8",
"message": "sample String 1",
"rpcType": "sample String 2",
"status": "sample String 3"
}
]
text/html
Sample:
[{"id":"08bc9afe-9db8-4e39-9dfa-73a88b361ae8","message":"sample String 1","rpcType":"sample String 2","status":"sample String 3"},{"id":"08bc9afe-9db8-4e39-9dfa-73a88b361ae8","message":"sample String 1","rpcType":"sample String 2","status":"sample String 3"}]
application/xml, text/xml
Sample:
<ArrayOfDeprecatedRPCError xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DeprecatedRPCError>
<Message>sample String 1</Message>
<RPCType>sample String 2</RPCType>
<Status>sample String 3</Status>
</DeprecatedRPCError>
<DeprecatedRPCError>
<Message>sample String 1</Message>
<RPCType>sample String 2</RPCType>
<Status>sample String 3</Status>
</DeprecatedRPCError>
</ArrayOfDeprecatedRPCError>