Response
A sealed class representing the response of an API call.
The response can either be an Ok response containing a Ok.data of type T, or an Error response
containing an HTTP Error.code and an error Error.message.
A sealed class representing the response of an API call.
The response can either be an Ok response containing a Ok.data of type T, or an Error response
containing an HTTP Error.code and an error Error.message.