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

com.wingmoney.winglogger.utils.ErrorCode.kt Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.wingmoney.winglogger.utils

interface ErrorCode {
    companion object {
        const val GENERAL_FAIL = "000030"
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy