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
/
ConfigErrorException
Config
Error
Exception
class
ConfigErrorException
(
displayMessage
:
String
,
exception
:
Throwable
?
=
null
)
:
ConnectorErrorException
See
io.airbyte.cdk.output.ConfigError
.
Members
Constructors
Config
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
?