kotlin-sdk
core
/
com.amplitude.core.utilities
/
HttpStatus
Http
Status
enum
HttpStatus
:
Enum
<
HttpStatus
>
Content copied to clipboard
Entries
Properties
Entries
FAILED
Link copied to clipboard
FAILED
(
500
)
Content copied to clipboard
TOO_MANY_REQUESTS
Link copied to clipboard
TOO_MANY_REQUESTS
(
429
)
Content copied to clipboard
PAYLOAD_TOO_LARGE
Link copied to clipboard
PAYLOAD_TOO_LARGE
(
413
)
Content copied to clipboard
TIMEOUT
Link copied to clipboard
TIMEOUT
(
408
)
Content copied to clipboard
BAD_REQUEST
Link copied to clipboard
BAD_REQUEST
(
400
)
Content copied to clipboard
SUCCESS
Link copied to clipboard
SUCCESS
(
200
)
Content copied to clipboard
Properties
code
Link copied to clipboard
val
code
:
Int
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard