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