ResponseImpl Data Type

Properties
name data type constraints description
statusType StatusType  
metadata map of array of object  
status number required
entity object  
entityType Type  
Properties inherited from Response
metadata map of array of object  
status number required
entity object  

Example

{
  "statusType" : {
    "reasonPhrase" : "...",
    "statusCode" : 12345,
    "family" : "SERVER_ERROR"
  },
  "metadata" : {
    "property1" : [ { }, { } ],
    "property2" : [ { }, { } ]
  },
  "status" : 12345,
  "entity" : { },
  "entityType" : {
    "typeName" : "..."
  }
}