aboutsummaryrefslogtreecommitdiff
path: root/api/const_string.go
diff options
context:
space:
mode:
authorjloup <jeanloup.jamet@gmail.com>2018-03-26 10:54:48 +0200
committerjloup <jeanloup.jamet@gmail.com>2018-03-26 10:55:40 +0200
commit908ee2dd22c85d5d850f62b1a9d0066b43b80a69 (patch)
tree8d8223b5bce680b49cd3b2a78d9b3b7d94803bc2 /api/const_string.go
parent6200f9a3c47770119abbb8b563ba32a0ea363949 (diff)
downloadFront-908ee2dd22c85d5d850f62b1a9d0066b43b80a69.tar.gz
Front-908ee2dd22c85d5d850f62b1a9d0066b43b80a69.tar.zst
Front-908ee2dd22c85d5d850f62b1a9d0066b43b80a69.zip
Handle poloniex ip restriction.
Diffstat (limited to 'api/const_string.go')
-rw-r--r--api/const_string.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/const_string.go b/api/const_string.go
index e4b9e50..58ed230 100644
--- a/api/const_string.go
+++ b/api/const_string.go
@@ -15,9 +15,9 @@ func (i Status) String() string {
15 return _Status_name[_Status_index[i]:_Status_index[i+1]] 15 return _Status_name[_Status_index[i]:_Status_index[i+1]]
16} 16}
17 17
18const _ErrorCode_name = "BadRequestEmailExistsExternalServiceTimeoutInternalErrorInvalidCredentialsInvalidEmailInvalidMarketCredentialsInvalidOtpInvalidPasswordNeedOtpValidationNotAuthorizedNotFoundOtpAlreadySetupOtpNotSetupUserNotConfirmed" 18const _ErrorCode_name = "BadRequestEmailExistsExternalServiceTimeoutInternalErrorInvalidCredentialsInvalidEmailInvalidMarketCredentialsIPRestrictedApiKeyInvalidOtpInvalidPasswordNeedOtpValidationNotAuthorizedNotFoundOtpAlreadySetupOtpNotSetupUserNotConfirmed"
19 19
20var _ErrorCode_index = [...]uint8{0, 10, 21, 43, 56, 74, 86, 110, 120, 135, 152, 165, 173, 188, 199, 215} 20var _ErrorCode_index = [...]uint8{0, 10, 21, 43, 56, 74, 86, 110, 128, 138, 153, 170, 183, 191, 206, 217, 233}
21 21
22func (i ErrorCode) String() string { 22func (i ErrorCode) String() string {
23 i -= 3 23 i -= 3