Airbyte Kotlin Bulk CDK
Toggle table of contents
1.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-core-extract
/
io.airbyte.cdk.output
/
CatalogValidationFailure
Catalog
Validation
Failure
sealed
interface
CatalogValidationFailure
Union type for all validation failures.
Inheritors
StreamNotFound
MultipleStreamsFound
StreamHasNoFields
FieldNotFound
FieldTypeMismatch
InvalidPrimaryKey
InvalidCursor
InvalidIncrementalSyncMode
ResetStream
Members
Properties
message
Link copied to clipboard
abstract
val
message
:
String
stream
ID
Link copied to clipboard
abstract
val
streamID
:
StreamIdentifier
Functions
as
Error
Trace
Link copied to clipboard
open
fun
asErrorTrace
(
)
:
AirbyteErrorTraceMessage
?