Enum fluvio_dataplane_protocol::ErrorCode [−][src]
#[repr(i16)]
pub enum ErrorCode {
Show 23 variants
UnknownServerError,
None,
OffsetOutOfRange,
NotLeaderForPartition,
MessageTooLarge,
PermissionDenied,
StorageError,
SpuError,
SpuRegisterationFailed,
SpuOffline,
SpuNotFound,
SpuAlreadyExists,
TopicError,
TopicNotFound,
TopicAlreadyExists,
TopicPendingInitialization,
TopicInvalidConfiguration,
TopicNotProvisioned,
TopicInvalidName,
PartitionPendingInitialization,
PartitionNotLeader,
FetchSessionNotFoud,
SmartStreamError(SmartStreamError),
}Variants
SmartStreamError(SmartStreamError)Tuple Fields of SmartStreamError
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorCode
impl UnwindSafe for ErrorCode
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more