Message

Jump to: navigation, search

Message

Contains error code information from the server.

Elements

NameTypeDescription
id integer The error code.
text string Description of the error.

XML Response Example

<Message>
  <id>404</id>
  <text>Not Found. : Requested resource does not exist.</text>
</Message>

JSON Response Example

{
   "id":404,
   "text":"Not Found. : Requested resource does not exist."
}
 
Personal tools