You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`400 BAD_REQUEST`|`TapCoreError(SignatureError or ReceiptError::CheckFailure)`| The received Tap-related data is invalid (e.g., incorrect signature or failed receipt check). |
12
+
|`402 PAYMENT_REQUIRED`|`ReceiptNotFound`| A required Tap receipt was not found in the request. |
13
+
|`402 PAYMENT_REQUIRED`|`EscrowAccount`| The signer does not match any known sender or the domain for signature recovery is incorrect (as per the `[blockchain]` section in the config). |
14
+
|`500 INTERNAL_SERVER_ERROR`|`TapCoreError(Other)`| An internal server error related to Tap core functionality, such as a failure in storing the receipt. |
15
+
|`502 BAD_GATEWAY`|`SerializationError`| The response from `graph-node` could not be serialized into a GraphQL response. |
16
+
|`503 SERVICE_UNAVAILABLE`|`QueryForwardingError`| The request could not be processed due to an error while forwarding the query to graph-node. |
17
+
18
+
## Status Query Errors
19
+
20
+
These errors occur specifically during `status` operations:
0 commit comments