PortOne Server SDK for JVM
Toggle table of contents
0.23.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.errors
/
PlatformCancellableAmountExceededException
Platform
Cancellable
Amount
Exceeded
Exception
class
PlatformCancellableAmountExceededException
:
PortOneException
,
CreatePlatformOrderCancelTransferException
취소 가능한 금액이 초과한 경우
Members
Properties
amount
Type
Link copied to clipboard
val
amountType
:
PlatformCancellableAmountType
cancellable
Amount
Link copied to clipboard
val
cancellableAmount
:
Long
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
override
val
message
:
String
?
request
Amount
Link copied to clipboard
val
requestAmount
:
Long
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?