data class HttpResponseContainer
Class representing a typed response with an attached expectedType.
expectedType
- : information about expected type.
response
- : current response state.
HttpResponseContainer(expectedType: TypeInfo, response: Any)
Class representing a typed response with an attached expectedType. |
val expectedType: TypeInfo
: information about expected type. |
|
val response: Any
: current response state. |