All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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