Trait paypal_rust::client::error::ErrorResponse
source · [−]pub trait ErrorResponse {
fn error(&self) -> Cow<'_, str>;
fn error_description(&self) -> Cow<'_, str>;
}pub trait ErrorResponse {
fn error(&self) -> Cow<'_, str>;
fn error_description(&self) -> Cow<'_, str>;
}