Whitelabel Pay SDK
Toggle table of contents
1.2.0
Whitelabel Pay SDK
Platform filter
Whitelabel Pay SDK
Switch theme
Search in API
Whitelabel Pay SDK
Whitelabel Pay SDK
/
com.paymenttools.paymenttoolssdk.error
/
WhitelabelPayError
/
OnlineOnboardingError
Online
Onboarding
Error
data
class
OnlineOnboardingError
(
val
errorCause
:
String
?
,
val
status
:
OnboardingState
?
,
val
traceId
:
String
?
)
:
WhitelabelPayError
Members
Constructors
Online
Onboarding
Error
Link copied to clipboard
constructor
(
errorCause
:
String
?
,
status
:
OnboardingState
?
,
traceId
:
String
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Cause
Link copied to clipboard
val
errorCause
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
status
Link copied to clipboard
val
status
:
OnboardingState
?
trace
Id
Link copied to clipboard
val
traceId
:
String
?
Functions
message
Link copied to clipboard
open
override
fun
message
(
)
:
String
Function that provides the error message text.