Deep Security Manager REST API

Name: error

Structure for errors returned from the REST API

XML Example:
<error>
  <message>xsd:string</message>
</error>
JSON Example:
{"error":
 {
   "message": String,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
messagexsd:stringtruefalseReturn error message string.


Copyright © 2015 Trend Micro Inc. All Rights Reserved.