Struct graphql_tools::validation::utils::ValidationError
source · pub struct ValidationError {
pub locations: Vec<Pos>,
pub message: String,
pub error_code: &'static str,
}
Fields§
§locations: Vec<Pos>
§message: String
§error_code: &'static str
Trait Implementations§
source§impl Clone for ValidationError
impl Clone for ValidationError
source§fn clone(&self) -> ValidationError
fn clone(&self) -> ValidationError
Returns a copy 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 more