Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ NewErr
Function
NewErr
errors/errors.go:37–39 ·
view source on GitHub ↗
(errmsg string)
Source
from the content-addressed store, hash-verified
35
}
36
37
func
NewErr(errmsg string) error {
38
return
errors.New(errmsg)
39
}
40
41
func
NewDetailErr(err error, errcode ErrCode, errmsg string) DetailError {
42
if
err == nil {
Callers
15
GetTransaction
Function · 0.92
SubmitBlock
Method · 0.92
saveBlock
Method · 0.92
PreExecuteContract
Method · 0.92
GetWasmCode
Method · 0.92
GetNeoCode
Method · 0.92
validateDeployCode
Function · 0.92
ContractDestory
Function · 0.92
ContractGetStorageContext
Function · 0.92
isContractParamValid
Function · 0.92
neovm_service.go
File · 0.92
SystemCall
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected