AndroidSDK
Toggle table of contents
2.3.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
AndroidSDK
CorePayments
/
com.paypal.android.corepayments
/
PayPalSDKError
Pay
Pal
SDKError
class
PayPalSDKError
(
val
code
:
Int
,
val
errorDescription
:
String
,
val
correlationId
:
String
?
=
null
,
reason
:
Throwable
?
=
null
)
:
Exception
Class used to describe PayPal errors when they occur.
Members
Constructors
Pay
Pal
SDKError
Link copied to clipboard
constructor
(
code
:
Int
,
errorDescription
:
String
,
correlationId
:
String
?
=
null
,
reason
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Int
correlation
Id
Link copied to clipboard
val
correlationId
:
String
?
error
Description
Link copied to clipboard
val
errorDescription
:
String
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?