| Exception | Description |
|---|---|
| BufferFullException | |
| ConsumeFailedException |
Error specifically used when there is an error trying to consume records
|
| GenerateFailedException |
Throwable error when generation of an object fails
|
| NoExistingSchemaException |
Error specifically used when there is an trying to connect to a master schema registry, because
we disallow access to the master by design this causes the error message to be more informative.
|
| NoExistingStreamException | |
| ProduceFailedException |
Error specifically used when there is an error sending an record
|
| ProducerWorkerCancelledException | |
| RetriableException |
Exception that signals processing a message failed, but it's okay to retry after a specific
timeout.
|
| SchemaResolveException | |
| SerializationException | |
| SkippableException |
Exception that signals processing a message failed, and it should not be retried.
|
Copyright © 2020–2021 Axual B.V.. All rights reserved.