PortOne Server SDK for JVM
Toggle table of contents
0.24.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
/
PlatformPartnerSettlementsNotFoundException
Platform
Partner
Settlements
Not
Found
Exception
class
PlatformPartnerSettlementsNotFoundException
:
PortOneException
,
CompletePlatformPayoutByPartnerSettlementIdsException
,
DeletePlatformPartnerSettlementsException
요청한 정산건 목록을 찾을 수 없는 경우
Members
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
graphql
Ids
Link copied to clipboard
val
graphqlIds
:
List
<
String
>
ids
Link copied to clipboard
val
ids
:
List
<
String
>
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
override
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
?
>
?