Struct plaid_openapi::Recaptcha_RequiredError
source · [−]pub struct Recaptcha_RequiredError {
pub error_type: String,
pub error_code: String,
pub display_message: String,
pub http_code: String,
pub link_user_experience: String,
pub common_causes: String,
pub troubleshooting_steps: String,
}Fields
error_type: StringRECAPTCHA_ERROR
error_code: StringRECAPTCHA_REQUIRED
display_message: Stringhttp_code: String400
link_user_experience: StringYour user will be prompted to solve a Google reCAPTCHA challenge in the Link Recaptcha pane. If they solve the challenge successfully, the user’s request is resubmitted and they are directed to the next Item creation step.
common_causes: StringPlaid’s fraud system detects abusive traffic and considers a variety of parameters throughout Item creation requests. When a request is considered risky or possibly fraudulent, Link presents a reCAPTCHA for the user to solve.
troubleshooting_steps: StringLink will automatically guide your user through reCAPTCHA verification. As a general rule, we recommend instrumenting basic fraud monitoring to detect and protect your website from spam and abuse.
If your user cannot verify their session, please submit a Support ticket with the following identifiers: link_session_id or request_id
Trait Implementations
sourceimpl Debug for Recaptcha_RequiredError
impl Debug for Recaptcha_RequiredError
sourceimpl<'de> Deserialize<'de> for Recaptcha_RequiredError
impl<'de> Deserialize<'de> for Recaptcha_RequiredError
sourcefn 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
sourceimpl Serialize for Recaptcha_RequiredError
impl Serialize for Recaptcha_RequiredError
Auto Trait Implementations
impl RefUnwindSafe for Recaptcha_RequiredError
impl Send for Recaptcha_RequiredError
impl Sync for Recaptcha_RequiredError
impl Unpin for Recaptcha_RequiredError
impl UnwindSafe for Recaptcha_RequiredError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more