2020-03-02 12:49:15 +00:00
|
|
|
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
|
2018-12-21 11:14:16 +00:00
|
|
|
# Keys are from api.ApiError enum
|
|
|
|
|
2021-08-07 14:05:10 +01:00
|
|
|
# "localeLang": "en",
|
2018-12-21 11:14:16 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
### Common ###
|
|
|
|
JSON = failed to parse JSON message
|
2018-12-21 11:14:16 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
INSUFFICIENT_BALANCE = insufficient balance
|
2020-03-02 12:49:15 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
UNAUTHORIZED = API call unauthorized
|
2020-08-24 15:04:33 +01:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
REPOSITORY_ISSUE = repository error
|
2020-08-24 15:04:33 +01:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
NON_PRODUCTION = this API call is not permitted for production systems
|
2020-08-24 15:04:33 +01:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
BLOCKCHAIN_NEEDS_SYNC = blockchain needs to synchronize first
|
2020-03-02 12:49:15 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
NO_TIME_SYNC = no clock synchronization yet
|
2020-03-02 12:49:15 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
### Validation ###
|
|
|
|
INVALID_SIGNATURE = invalid signature
|
2018-12-21 11:14:16 +00:00
|
|
|
|
2020-03-02 12:49:15 +00:00
|
|
|
INVALID_ADDRESS = invalid address
|
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
INVALID_PUBLIC_KEY = invalid public key
|
2020-03-02 12:49:15 +00:00
|
|
|
|
|
|
|
INVALID_DATA = invalid data
|
|
|
|
|
|
|
|
INVALID_NETWORK_ADDRESS = invalid network address
|
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
ADDRESS_UNKNOWN = account address unknown
|
|
|
|
|
|
|
|
INVALID_CRITERIA = invalid search criteria
|
|
|
|
|
|
|
|
INVALID_REFERENCE = invalid reference
|
|
|
|
|
|
|
|
TRANSFORMATION_ERROR = could not transform JSON into transaction
|
2020-03-02 12:49:15 +00:00
|
|
|
|
|
|
|
INVALID_PRIVATE_KEY = invalid private key
|
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
INVALID_HEIGHT = invalid block height
|
2020-03-02 12:49:15 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
CANNOT_MINT = account cannot mint
|
2020-03-02 12:49:15 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
### Blocks ###
|
|
|
|
BLOCK_UNKNOWN = block unknown
|
2020-03-02 12:49:15 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
### Transactions ###
|
|
|
|
TRANSACTION_UNKNOWN = transaction unknown
|
|
|
|
|
|
|
|
PUBLIC_KEY_NOT_FOUND = public key not found
|
|
|
|
|
|
|
|
# this one is special in that caller expected to pass two additional strings, hence the two %s
|
|
|
|
TRANSACTION_INVALID = transaction invalid: %s (%s)
|
2020-03-02 12:49:15 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
### Naming ###
|
2020-03-02 12:49:15 +00:00
|
|
|
NAME_UNKNOWN = name unknown
|
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
### Asset ###
|
|
|
|
INVALID_ASSET_ID = invalid asset ID
|
2020-03-02 12:49:15 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
INVALID_ORDER_ID = invalid asset order ID
|
2020-08-24 15:04:33 +01:00
|
|
|
|
2020-03-02 12:49:15 +00:00
|
|
|
ORDER_UNKNOWN = unknown asset order ID
|
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
### Groups ###
|
|
|
|
GROUP_UNKNOWN = group unknown
|
2020-03-02 12:49:15 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
### Foreign Blockchain ###
|
2022-03-25 23:39:41 -04:00
|
|
|
FOREIGN_BLOCKCHAIN_NETWORK_ISSUE = foreign blockchain or ElectrumX network issue
|
2020-03-02 12:49:15 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
FOREIGN_BLOCKCHAIN_BALANCE_ISSUE = insufficient balance on foreign blockchain
|
2020-03-02 12:49:15 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
FOREIGN_BLOCKCHAIN_TOO_SOON = too soon to broadcast foreign blockchain transaction (LockTime/median block time)
|
2020-03-02 12:49:15 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
### Trade Portal ###
|
|
|
|
ORDER_SIZE_TOO_SMALL = order amount too low
|
2020-03-02 12:49:15 +00:00
|
|
|
|
2021-08-06 19:27:28 +01:00
|
|
|
### Data ###
|
|
|
|
FILE_NOT_FOUND = file not found
|
2021-06-19 20:23:33 +01:00
|
|
|
|
|
|
|
NO_REPLY = peer didn't reply within the allowed time
|