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
/
ChannelSpecificException
Channel
Specific
Exception
class
ChannelSpecificException
:
PortOneException
,
DeleteBillingKeyException
,
IssueBillingKeyException
여러 채널을 지정한 요청에서, 채널 각각에서 오류가 발생한 경우
Members
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
failures
Link copied to clipboard
val
failures
:
List
<
ChannelSpecificFailure
>
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
?
>
?
succeeded
Channels
Link copied to clipboard
val
succeededChannels
:
List
<
SelectedChannel
>
(결제, 본인인증 등에) 선택된 채널 정보
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?