Here is the nested Error class:
object HttpEndpoint:
object Response:
class Error(val code: Int)
Create an Error class instance with error code 404.
Here is the nested Error class:
object HttpEndpoint:
object Response:
class Error(val code: Int)
Create an Error class instance with error code 404.
Sample Input 1:
Sample Output 1:
404Create a free account to access the full topic