Module BSV::Script::ScriptErrorCode ¶
Error codes for script execution failures.
Each constant corresponds to a specific script validation rule.
Constants¶
CHECKMULTISIGVERIFY_FAILED ¶
Not documented.
CHECKSIGVERIFY_FAILED ¶
Not documented.
DISABLED_OPCODE ¶
Not documented.
DIVIDE_BY_ZERO ¶
Not documented.
EARLY_RETURN ¶
Not documented.
EMPTY_STACK ¶
Not documented.
EQUALVERIFY_FAILED ¶
Not documented.
EVAL_FALSE ¶
Not documented.
IMPOSSIBLE_ENCODING ¶
Not documented.
INVALID_INPUT_LENGTH ¶
Not documented.
INVALID_OPCODE ¶
Not documented.
INVALID_PUBKEY_COUNT ¶
Not documented.
INVALID_SIGHASH_TYPE ¶
Not documented.
INVALID_SIG_COUNT ¶
Not documented.
INVALID_STACK_OPERATION ¶
Not documented.
MALFORMED_PUSH ¶
Not documented.
MINIMAL_DATA ¶
Not documented.
NUMBER_TOO_BIG ¶
Not documented.
NUMEQUALVERIFY_FAILED ¶
Not documented.
PUBKEY_TYPE ¶
Not documented.
RESERVED_OPCODE ¶
Not documented.
SIG_DER ¶
Not documented.
SIG_HIGH_S ¶
Not documented.
SIG_NULLDUMMY ¶
Not documented.
SIG_NULLFAIL ¶
Not documented.
UNBALANCED_CONDITIONAL ¶
Not documented.
VERIFY_FAILED ¶
Not documented.