casper-js-sdk
Version:
SDK to interact with the Casper blockchain
30 lines (29 loc) • 916 B
TypeScript
export declare enum ErrorCode {
NoSuchDeploy = -32000,
NoSuchBlock = -32001,
FailedToParseQueryKey = -32002,
QueryFailed = -32003,
QueryFailedToExecute = -32004,
FailedToParseGetBalanceURef = -32005,
FailedToGetBalance = -32006,
GetBalanceFailedToExecute = -32007,
InvalidDeploy = -32008,
NoSuchAccount = -32009,
FailedToGetDictionaryURef = -32010,
FailedToGetTrie = -32011,
NoSuchStateRoot = -32012,
NoMainPurse = -32013,
NoSuchTransaction = -32014,
VariantMismatch = -32015,
InvalidTransaction = -32016,
InvalidBlock = -32017,
NodeRequestFailed = -32018,
FunctionIsDisabled = -32019,
NoSuchAddressableEntity = -32020,
AccountMigratedToEntity = -32021,
NoRewardsFound = -32022,
SwitchBlockNotFound = -32023,
SwitchBlockParentNotFound = -32024,
UnsupportedRewardsV1Request = -32025,
PurseNotFound = -32026
}