Home > @shlack/utils > HTTPErrorKind
HTTPErrorKind enum
High-level outcome of an HTTP status code
Signature:
export declare enum HTTPErrorKind
Enumeration Members
Member | Value | Description |
---|---|---|
Client | 400 |
|
Information | 100 |
|
Redirect | 300 |
|
Server | 500 |
|
Success | 200 |