Closed f-squirrel closed 2 years ago
Hey, I am trying to get status_code from ResponseError as a variable but it is private. Also, there is no "getter" for these fields. Is there a standard way to do it?
status_code
ResponseError
Because it's just an error, I think it's reasonable to make its members public.
Hey, I am trying to get
status_code
fromResponseError
as a variable but it is private. Also, there is no "getter" for these fields. Is there a standard way to do it?