![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.com.huawei.hilink.c2c.integration.helper.constants.HttpCodes.kt Maven / Gradle / Ivy
package com.huawei.hilink.c2c.integration.helper.constants
internal enum class HttpStatus(val statusCodeValue: Int) {
OK(200),
UNAUTHORIZED(401)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy