Skip to content

Commit d0dd708

Browse files
committed
docs: add missing error codes IE072–IE089
1 parent 880ddcd commit d0dd708

1 file changed

Lines changed: 180 additions & 0 deletions

File tree

docs/errors.md

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,3 +887,183 @@ This is a sub-error of `IE069`. It is reported when the indexer agent doesn't ha
887887
**Solution**
888888

889889
Please provide a `epoch-subgraph-endpoint` and make sure graph node has consistent network configurations (`mainnet`, `sepolia`, `gnosis`) and is on or after version 0.28.0.
890+
891+
## IE072
892+
893+
**Summary**
894+
895+
Failed to execute batch tx (contract: staking)
896+
897+
**Solution**
898+
899+
TODO
900+
901+
## IE073
902+
903+
**Summary**
904+
905+
Failed to query subgraph features from indexing statuses endpoint
906+
907+
**Solution**
908+
909+
TODO
910+
911+
## IE074
912+
913+
**Summary**
914+
915+
Failed to deploy subgraph: network not supported
916+
917+
**Solution**
918+
919+
TODO
920+
921+
## IE075
922+
923+
**Summary**
924+
925+
Failed to connect to network contracts
926+
927+
**Solution**
928+
929+
TODO
930+
931+
## IE076
932+
933+
**Summary**
934+
935+
Failed to resume subgraph deployment
936+
937+
**Solution**
938+
939+
TODO
940+
941+
## IE077
942+
943+
**Summary**
944+
945+
Failed to allocate: subgraph not healthily syncing
946+
947+
**Solution**
948+
949+
TODO
950+
951+
## IE078
952+
953+
**Summary**
954+
955+
No provision found
956+
957+
**Solution**
958+
959+
TODO
960+
961+
## IE079
962+
963+
**Summary**
964+
965+
Failed to add stake to provision: Invalid stake amount provided
966+
967+
**Solution**
968+
969+
TODO
970+
971+
## IE080
972+
973+
**Summary**
974+
975+
Failed to add stake to provision: stake not added on chain
976+
977+
**Solution**
978+
979+
TODO
980+
981+
## IE081
982+
983+
**Summary**
984+
985+
Multiple provisions found
986+
987+
**Solution**
988+
989+
TODO
990+
991+
## IE082
992+
993+
**Summary**
994+
995+
Graph Horizon protocol not detected
996+
997+
**Solution**
998+
999+
TODO
1000+
1001+
## IE083
1002+
1003+
**Summary**
1004+
1005+
Failed to thaw stake from provision
1006+
1007+
**Solution**
1008+
1009+
TODO
1010+
1011+
## IE084
1012+
1013+
**Summary**
1014+
1015+
Could not resolve POI block number
1016+
1017+
**Solution**
1018+
1019+
TODO
1020+
1021+
## IE085
1022+
1023+
**Summary**
1024+
1025+
Could not resolve public POI
1026+
1027+
**Solution**
1028+
1029+
TODO
1030+
1031+
## IE086
1032+
1033+
**Summary**
1034+
1035+
Indexer not registered in the Subgraph Service
1036+
1037+
**Solution**
1038+
1039+
TODO
1040+
1041+
## IE087
1042+
1043+
**Summary**
1044+
1045+
Failed to resize allocation
1046+
1047+
**Solution**
1048+
1049+
TODO
1050+
1051+
## IE088
1052+
1053+
**Summary**
1054+
1055+
Failed to present POI
1056+
1057+
**Solution**
1058+
1059+
TODO
1060+
1061+
## IE089
1062+
1063+
**Summary**
1064+
1065+
Failed to collect indexing rewards
1066+
1067+
**Solution**
1068+
1069+
TODO

0 commit comments

Comments
 (0)