Module ksqldb::error[][src]

Crate specific error types

Structs

KsqlDBError

This structure contains various bits of information that are passed back from KSQL DB in the event of an error (the error is generated by KSQL DB, not the library). This can be due to a variety of reasons such as:

Enums

Error

The error type for this library, it includes the wrapping of errors returned from KSQL DB