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
/
ConnectorUncleanExitException
Connector
Unclean
Exit
Exception
class
ConnectorUncleanExitException
(
val
exitCode
:
Int
)
:
Exception
This is used only in tests.
Members
Constructors
Connector
Unclean
Exit
Exception
Link copied to clipboard
constructor
(
exitCode
:
Int
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
exit
Code
Link copied to clipboard
val
exitCode
:
Int
message
Link copied to clipboard
open
val
message
:
String
?