pub struct DeadLetter {
pub task_id: Option<i64>,
pub tenant: Option<String>,
pub object_name: Option<String>,
pub external_id: Option<String>,
pub error_message: String,
pub payload: Option<Value>,
}Expand description
Dead-letter row captured for operator review.
Fields§
§task_id: Option<i64>Optional task identifier.
tenant: Option<String>Optional tenant identifier.
object_name: Option<String>Optional Salesforce object name.
external_id: Option<String>Optional canonical external ID.
error_message: StringTerminal error message.
payload: Option<Value>Optional payload captured at failure time.
Trait Implementations§
Source§impl Clone for DeadLetter
impl Clone for DeadLetter
Source§fn clone(&self) -> DeadLetter
fn clone(&self) -> DeadLetter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeadLetter
impl Debug for DeadLetter
Source§impl PartialEq for DeadLetter
impl PartialEq for DeadLetter
impl StructuralPartialEq for DeadLetter
Auto Trait Implementations§
impl Freeze for DeadLetter
impl RefUnwindSafe for DeadLetter
impl Send for DeadLetter
impl Sync for DeadLetter
impl Unpin for DeadLetter
impl UnsafeUnpin for DeadLetter
impl UnwindSafe for DeadLetter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request