add exception code
This commit is contained in:
parent
f83797a746
commit
2d40fc38ce
|
@ -31,6 +31,8 @@ var (
|
||||||
ErrPasswd = Errorf(19, "Password Error")
|
ErrPasswd = Errorf(19, "Password Error")
|
||||||
|
|
||||||
ErrSmsCode = Errorf(20, "SMS Code Invalid")
|
ErrSmsCode = Errorf(20, "SMS Code Invalid")
|
||||||
|
ErrIdArgument = Errorf(30, "ID Invalid Argument")
|
||||||
|
ErrIdentityArgument = Errorf(31, "Identity Invalid Argument")
|
||||||
|
|
||||||
// coustom error status
|
// coustom error status
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue