kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
payments-api
/
com.siddharth.kmp.paymentsapi
/
PaymentPreparationException
Payment
Preparation
Exception
class
PaymentPreparationException
(
val
message
:
String
,
val
cause
:
Throwable
?
=
null
)
:
Exception
Thrown by
PaymentGateway.prepare
when the order/session could not be created.
Members
Constructors
Payment
Preparation
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String