rctab_cli.sub_apps.sub.raise_for_status

rctab_cli.sub_apps.sub.raise_for_status(resp: Response) None

Check the status code of a response.

Parameters:

resp – The response to check.

Raises:

typer.Abort – If the response status code is not in the 200s.

Returns:

None.