Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-core-base
/
io.airbyte.cdk
/
SystemErrorException
System
Error
Exception
class
SystemErrorException
(
displayMessage
:
String
?
,
exception
:
Throwable
?
=
null
)
:
ConnectorErrorException
See
io.airbyte.cdk.output.SystemError
.
Members
Constructors
System
Error
Exception
Link copied to clipboard
constructor
(
displayMessage
:
String
?
,
exception
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?