From 500e7eb2bf1e9d91f2867840dfc0851ceda9d32d Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 13 Jan 2020 15:59:24 -0400 Subject: [PATCH] order error --- services/gunDB/contact-api/errorCode.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/gunDB/contact-api/errorCode.js b/services/gunDB/contact-api/errorCode.js index eddc4f84..c3785d4a 100644 --- a/services/gunDB/contact-api/errorCode.js +++ b/services/gunDB/contact-api/errorCode.js @@ -41,3 +41,5 @@ exports.ALREADY_REQUESTED_HANDSHAKE = 'ALREADY_REQUESTED_HANDSHAKE' exports.STALE_HANDSHAKE_ADDRESS = 'STALE_HANDSHAKE_ADDRESS' exports.TIMEOUT_ERR = 'TIMEOUT_ERR' + +exports.ORDER_NOT_ANSWERED_IN_TIME = 'ORDER_NOT_ANSWERED_IN_TIME'