Skip to content

Commit

Permalink
WIP: remove store error filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Jul 22, 2023
1 parent 25f799b commit b7f5f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graph-gateway/src/unattestable_errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
// from getting to users.
// Derived from https://github.com/graphprotocol/graph-node/blob/master/graph/src/data/query/error.rs
#[rustfmt::skip]
pub const UNATTESTABLE_ERROR_MESSAGE_FRAGMENTS: [&str; 18] = [
pub const UNATTESTABLE_ERROR_MESSAGE_FRAGMENTS: [&str; 17] = [
"Non-list value resolved for list field", // ListValueError
"Failed to get entities from store:", // ResolveEntitiesError
"argument must be between 0 and", // RangeArgumentsError
"Broken entity found in store:", // EntityParseError
"Store error:", // StoreError
// "Store error:", // StoreError
"Query timed out", // Timeout
"Ambiguous result for derived field", // AmbiguousDerivedFromResult
"Possible solutions are reducing the depth", // TooComplex
Expand Down

0 comments on commit b7f5f91

Please sign in to comment.