toggle menu
lib
0.0.11
android
common
ios
switch theme
search in API
lib
/
com.wepin.cm.loginlib.error
Package-level
declarations
Types
Functions
Types
Wepin
Error
Link copied to clipboard
class
WepinError
:
Exception
Functions
extract
NSError
Link copied to clipboard
ios
fun
extractNSError
(
exception
:
Exception
)
:
NSError
?
get
Oauth
Error
Code
Link copied to clipboard
android
ios
fun
getOauthErrorCode
(
error
:
AuthorizationException
,
defaultCode
:
String
)
:
String
fun
getOauthErrorCode
(
error
:
NSError
,
defaultCode
:
String
)
:
String
get
Oauth
Error
Message
Link copied to clipboard
android
ios
fun
getOauthErrorMessage
(
exception
:
AuthorizationException
)
:
String
fun
getOauthErrorMessage
(
error
:
NSError
)
:
String