HttpStatusCode

Http Status Codes

Properties

Link copied to clipboard
const val BadRequest: Int = 400
Link copied to clipboard
const val GatewayTimeout: Int = 503
Link copied to clipboard
const val InternalServerError: Int = 500
Link copied to clipboard
const val NotImplemented: Int = 501
Link copied to clipboard
const val ServiceUnavailable: Int = 502
Link copied to clipboard
const val Timeout: Int = 504
Link copied to clipboard
const val Unauthorized: Int = 401