From 2fc5838dee0b4117250a2a4c0cd6962f66b1dbe9 Mon Sep 17 00:00:00 2001 From: Thomas Mattisson Date: Thu, 31 Aug 2023 08:42:27 +0200 Subject: [PATCH] fix: Add creditsafe reject --- api-errors.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-errors.json b/api-errors.json index 5a7c44a..2a95747 100644 --- a/api-errors.json +++ b/api-errors.json @@ -347,6 +347,10 @@ "short_message": "Matched By Unverified Phone Number", "long_message": "The content was sent to your Kivra by using phone number as an identifier. In order to open the content in Kivra you first need to verify your phone number" }, + "40322": { + "short_message": "Rejected By Creditsafe", + "long_message": "The request to Creditsafe for the user was rejected" + }, "40400": { "short_message": "Not Found", "long_message": "The resource was not found at the given URI at this time"