StatusType Data Type

Abstract Type
Properties
name data type constraints description
reasonPhrase string  
statusCode number required
family Family  

Example

{
  "reasonPhrase" : "...",
  "statusCode" : 12345,
  "family" : "CLIENT_ERROR"
}