responseInfo

Namespace: http://www.gentics.com/rest
XML Schema: ns0.xsd

Response information that contains a response code and a response message.

The response message should not be internationalized. If you want to provide a user friendly message use the message object instead.

XML

Elements

name (type) min/max
occurs
description
responseCode (responseCode) 0/1 Response code
responseMessage (string) 0/1 Response message
property (string) 0/1 Property, that caused the request to fail (may be null)

JSON

property type description
responseCode responseCode (responseCode) Response code
responseMessage responseMessage (string) Response message
property property (string) Property, that caused the request to fail (may be null)