backend
Preparing search index...
const
HTTP_STATUS
Variable HTTP_STATUS
Const
HTTP_STATUS
:
{
BAD_REQ
:
400
;
CREATED
:
201
;
INTERNAL_SVR_ERR
:
500
;
NO_CONTENT
:
204
;
NOT_FOUND
:
404
;
OK
:
200
;
UNAUTHED
:
401
;
}
= ...
Type declaration
Readonly
BAD_REQ
:
400
Readonly
CREATED
:
201
Readonly
INTERNAL_SVR_ERR
:
500
Readonly
NO_CONTENT
:
204
Readonly
NOT_FOUND
:
404
Readonly
OK
:
200
Readonly
UNAUTHED
:
401
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
backend
Loading...