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.output
/
ExceptionClassifier
Exception
Classifier
interface
ExceptionClassifier
:
Ordered
Inheritors
DefaultExceptionClassifier
RuleBasedExceptionClassifier
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
order
Value
Link copied to clipboard
abstract
val
orderValue
:
Int
Convenience val for
getOrder
.
Functions
classify
Link copied to clipboard
abstract
fun
classify
(
e
:
Throwable
)
:
ConnectorError
?
Classifies
e
into a
ConnectorError
if possible, null otherwise.
get
Order
Link copied to clipboard
open
override
fun
getOrder
(
)
:
Int