feat(BRIDGE-14): Missing response code

This commit is contained in:
Atanas Janeshliev
2024-04-05 11:10:14 +02:00
committed by ElectroNafta
parent ec58ed7ea4
commit 8f966ca604

View File

@@ -29,6 +29,7 @@ const (
HumanVerificationRequired Code = 9001
PaidPlanRequired Code = 10004
AuthRefreshTokenInvalid Code = 10013
HumanValidationInvalidToken Code = 12087
)
type ErrDetails []byte