open class ResponseStatus : Serializable
The status of the request processing and decoding the response.
| ResponseStatus()The status of the request processing and decoding the response. | 
| var code: IntStatus code. -- GETTER -- | |
| var description: String!Description of the status. -- GETTER -- | |
| static val HTTP_OK: Int |