@@ -10,3 +10,5 @@ common:
|
||||
missing_user_id: "00007"
|
||||
user_not_found: "00008"
|
||||
user_not_public: "00009"
|
||||
base64_decode_failed: "00010"
|
||||
json_decode_failed: "00011"
|
||||
|
||||
@@ -21,5 +21,9 @@ endpoint:
|
||||
list: "03"
|
||||
full: "04"
|
||||
create: "05"
|
||||
kyc:
|
||||
service:
|
||||
session: "01"
|
||||
query: "02"
|
||||
middleware:
|
||||
service: "01"
|
||||
|
||||
@@ -2,3 +2,4 @@ service:
|
||||
auth: "001"
|
||||
user: "002"
|
||||
event: "003"
|
||||
kyc: "004"
|
||||
|
||||
@@ -36,3 +36,8 @@ event:
|
||||
database_failed: "00001"
|
||||
join:
|
||||
event_invalid: "00001"
|
||||
kyc:
|
||||
session:
|
||||
failed: "00001"
|
||||
query:
|
||||
failed: "00001"
|
||||
|
||||
Reference in New Issue
Block a user