toggle menu
Social-Network
0.1.0-archeo+31d6ff7
common
switch theme
search in API
commons
/
social.common.endpoint
/
StatusCode
Status
Code
object
StatusCode
Object to represent the status codes used to respond to requests.
Members
Properties
BAD_REQUEST
Link copied to clipboard
const
val
BAD_REQUEST
:
Int
=
400
CREATED
Link copied to clipboard
const
val
CREATED
:
Int
=
201
FORBIDDEN
Link copied to clipboard
const
val
FORBIDDEN
:
Int
=
403
INTERNAL_SERVER_ERROR
Link copied to clipboard
const
val
INTERNAL_SERVER_ERROR
:
Int
=
500
NOT_FOUND
Link copied to clipboard
const
val
NOT_FOUND
:
Int
=
404
OK
Link copied to clipboard
const
val
OK
:
Int
=
200