We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e4dc95 + 9a3aa6e commit e81e2c7Copy full SHA for e81e2c7
pluto-kotlin-client-sdk/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'maven-publish'
5
6
buildscript {
7
ext.versionCode = 11
8
- ext.versionName = '0.2.1'
+ ext.versionName = '0.2.2'
9
}
10
11
android {
pluto-kotlin-client-sdk/src/main/java/com/mushare/plutosdk/PlutoResponse.kt
@@ -48,10 +48,11 @@ enum class PlutoError(val value: Int) {
48
badRequest(-99998),
49
parseError(-99997),
50
notSignin(1001),
51
- mailIsAlreadyRegister(2001),
52
- mailIsNotExsit(2002),
53
- mailIsNotVerified(2003),
+ mailAlreadyRegister(2001),
+ mailNotExist(2002),
+ mailNotVerified(2003),
54
mailAlreadyVerified(2004),
55
+ userNameNotExist(2005),
56
userNameExist(2006),
57
invalidPassword(3001),
58
invalidRefreshToken(3002),
0 commit comments