pub enum Reason {
ManagerApprovalRequired,
MedicalDocumentReviewRequired,
BehaviorReviewRequired,
CustomerMessageApprovalRequired,
RefundOrDepositException,
PlayEligibility(IneligibilityReason),
}Expand description
Positive policy reason explaining why no conservative hard stop blocked the workflow.
Variants§
ManagerApprovalRequired
Manager approval required outcome in the automation authority or human-review policy.
MedicalDocumentReviewRequired
Medical document review required outcome in the automation authority or human-review policy.
BehaviorReviewRequired
Behavior history requires review before service.
CustomerMessageApprovalRequired
Customer message approval required outcome in the automation authority or human-review policy.
RefundOrDepositException
Refund or deposit exception outcome in the automation authority or human-review policy.
PlayEligibility(IneligibilityReason)
Play eligibility outcome in the automation authority or human-review policy.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Reason
impl<'de> Deserialize<'de> for Reason
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for Reason
impl Eq for Reason
impl StructuralPartialEq for Reason
Auto Trait Implementations§
impl Freeze for Reason
impl RefUnwindSafe for Reason
impl Send for Reason
impl Sync for Reason
impl Unpin for Reason
impl UnsafeUnpin for Reason
impl UnwindSafe for Reason
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