MiddlewareStatusCode

Properties

Link copied to clipboard
const val ACCEPTED: Int = 202
Link copied to clipboard
const val BAD_REQUEST: Int = 400
Link copied to clipboard
const val CONFLICT: Int = 409
Link copied to clipboard
const val CREATED: Int = 201
Link copied to clipboard
const val FORBIDDEN: Int = 403
Link copied to clipboard
const val INTERNAL_SERVER_ERROR: Int = 500
Link copied to clipboard
const val METHOD_NOT_ALLOWED: Int = 405
Link copied to clipboard
const val NO_CONTENT: Int = 204
Link copied to clipboard
const val NOT_FOUND: Int = 404
Link copied to clipboard
const val OK: Int = 200
Link copied to clipboard
const val SERVICE_UNAVAILABLE: Int = 503
Link copied to clipboard
const val UNAUTHORIZED: Int = 401