Lines Matching refs:scriptError

165 		return scriptError(ErrDisabledOpcode, str)
172 return scriptError(ErrReservedOpcode, str)
181 return scriptError(ErrTooManyOperations, str)
187 return scriptError(ErrElementTooBig, str)
224 return scriptError(ErrInvalidProgramCounter, str)
230 return scriptError(ErrInvalidProgramCounter, str)
263 return scriptError(ErrWitnessProgramMismatch, err)
287 return scriptError(ErrWitnessProgramEmpty, "witness "+
299 return scriptError(ErrScriptTooBig, str)
306 return scriptError(ErrWitnessProgramMismatch,
330 return scriptError(ErrWitnessProgramWrongLength, errStr)
335 return scriptError(ErrDiscourageUpgradableWitnessProgram, errStr)
353 return scriptError(ErrElementTooBig, str)
378 return "", scriptError(ErrInvalidIndex, str)
395 return scriptError(ErrScriptUnfinished,
403 return scriptError(ErrEvalFalse, "witness program must "+
412 return scriptError(ErrCleanStack, str)
414 return scriptError(ErrEmptyStack,
430 return scriptError(ErrEvalFalse,
465 return false, scriptError(ErrStackOverflow, str)
472 return false, scriptError(ErrUnbalancedConditional,
578 return scriptError(ErrInvalidSigHashType, str)
590 return scriptError(ErrWitnessPubKeyType, str)
606 return scriptError(ErrPubKeyType, "unsupported public key type")
680 return scriptError(ErrSigTooShort, str)
685 return scriptError(ErrSigTooLong, str)
692 return scriptError(ErrSigInvalidSeqID, str)
700 return scriptError(ErrSigInvalidDataLen, str)
719 return scriptError(ErrSigMissingSTypeID, str)
723 return scriptError(ErrSigMissingSLen, str)
734 return scriptError(ErrSigInvalidSLen, str)
741 return scriptError(ErrSigInvalidRIntID, str)
747 return scriptError(ErrSigZeroRLen, str)
753 return scriptError(ErrSigNegativeR, str)
760 return scriptError(ErrSigTooMuchRPadding, str)
767 return scriptError(ErrSigInvalidSIntID, str)
773 return scriptError(ErrSigZeroSLen, str)
779 return scriptError(ErrSigNegativeS, str)
786 return scriptError(ErrSigTooMuchSPadding, str)
799 return scriptError(ErrSigHighS, "signature is not canonical due "+
862 return nil, scriptError(ErrInvalidIndex, str)
871 return nil, scriptError(ErrEvalFalse,
889 return nil, scriptError(ErrInvalidFlags,
896 return nil, scriptError(ErrNotPushOnly,
910 return nil, scriptError(ErrScriptTooBig, str)
929 return nil, scriptError(ErrNotPushOnly,
949 return nil, scriptError(ErrInvalidFlags, errStr)
961 return nil, scriptError(ErrWitnessMalleated, errStr)
977 return nil, scriptError(ErrWitnessMalleatedP2SH, errStr)
994 return nil, scriptError(ErrWitnessUnexpected, errStr)