HTTPException
Constructor:
Signature:
def __init__(self, status_code: int, reason: str) -> None: ...
Parameters:
-
status_code:
- Type
-
int
-
reason:
- Type
-
str
Attributes:
-
status_code:
-
reason:
def __init__(self, status_code: int, reason: str) -> None: ...
status_code:
int
reason:
str
status_code:
reason: