kfx
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kfx
soap-runtime
/
io.github.hfhbd.kfx.soap11
/
Fault
Fault
@
Serializable
data
class
Fault
:
Exception
(
source
)
Members
Constructors
Fault
Link copied to clipboard
constructor
(
faultCode
:
String
,
faultString
:
String
,
faultActor
:
String
?
=
null
,
detail
:
Any
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
detail
Link copied to clipboard
val
detail
:
Any
?
fault
Actor
Link copied to clipboard
val
faultActor
:
String
?
fault
Code
Link copied to clipboard
val
faultCode
:
String
fault
String
Link copied to clipboard
val
faultString
:
String
message
Link copied to clipboard
expect
open
val
message
:
String
?
Functions
copy
Link copied to clipboard
fun
copy
(
faultCode
:
String
=
this.faultCode
,
faultString
:
String
=
this.faultString
,
faultActor
:
String
?
=
this.faultActor
,
detail
:
Any
?
=
this.detail
)
:
Fault