 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
15 return "Script evaluated without error but finished with a false/empty top stack element";
17 return "Script failed an OP_VERIFY operation";
19 return "Script failed an OP_EQUALVERIFY operation";
21 return "Script failed an OP_CHECKMULTISIGVERIFY operation";
23 return "Script failed an OP_CHECKSIGVERIFY operation";
25 return "Script failed an OP_NUMEQUALVERIFY operation";
27 return "Script is too big";
29 return "Push value size limit exceeded";
31 return "Operation limit exceeded";
33 return "Stack size limit exceeded";
35 return "Signature count negative or greater than pubkey count";
37 return "Pubkey count negative or limit exceeded";
39 return "Opcode missing or not understood";
41 return "Attempted to use a disabled opcode";
43 return "Operation not valid with the current stack size";
45 return "Operation not valid with the current altstack size";
47 return "OP_RETURN was encountered";
49 return "Invalid OP_IF construction";
51 return "Negative locktime";
53 return "Locktime requirement not satisfied";
55 return "Signature hash type missing or not understood";
57 return "Non-canonical DER signature";
59 return "Data push larger than necessary";
61 return "Only non-push operators allowed in signatures";
63 return "Non-canonical signature: S value is unnecessarily high";
65 return "Dummy CHECKMULTISIG argument must be zero";
67 return "NOPx reserved for soft-fork upgrades";
69 return "Public key is neither compressed or uncompressed";
74 return "unknown error";
@ SCRIPT_ERR_NEGATIVE_LOCKTIME
@ SCRIPT_ERR_INVALID_ALTSTACK_OPERATION
const char * ScriptErrorString(const ScriptError serror)
@ SCRIPT_ERR_SIG_PUSHONLY
@ SCRIPT_ERR_CHECKMULTISIGVERIFY
enum ScriptError_t ScriptError
@ SCRIPT_ERR_DISABLED_OPCODE
@ SCRIPT_ERR_DISCOURAGE_UPGRADABLE_NOPS
@ SCRIPT_ERR_SIG_HASHTYPE
@ SCRIPT_ERR_INVALID_STACK_OPERATION
@ SCRIPT_ERR_CHECKSIGVERIFY
@ SCRIPT_ERR_UNBALANCED_CONDITIONAL
@ SCRIPT_ERR_PUBKEY_COUNT
@ SCRIPT_ERR_NUMEQUALVERIFY
@ SCRIPT_ERR_SIG_NULLDUMMY
@ SCRIPT_ERR_UNKNOWN_ERROR
@ SCRIPT_ERR_UNSATISFIED_LOCKTIME