MCPcopy Index your code
hub / github.com/FactomProject/factom / Error

Method Error

jsonrpc.go:64–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func (e *JSONError) Error() string {
65 s := fmt.Sprint(e.Message)
66 if e.Data != nil {
67 s += fmt.Sprint(": ", e.Data)
68 }
69 return s
70}
71
72type JSON2Request struct {
73 JSONRPC string `json:"jsonrpc"`

Callers 15

TestJSONTransactionsFunction · 0.80
TestTransactionsFunction · 0.80
TestGetRawFunction · 0.80
TestUnmarshalJSONFunction · 0.80
TestJSON2ResponseFunction · 0.80
factomdRequestFunction · 0.80
walletRequestFunction · 0.80
TestMarshalIdendityKeyFunction · 0.80
TestGetIdentityKeyFunction · 0.80
TestMakeBIP44IdentityKeyFunction · 0.80
TestMarshalAddressesFunction · 0.80
TestGetECAddressFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestJSONTransactionsFunction · 0.64
TestTransactionsFunction · 0.64
TestGetRawFunction · 0.64
TestUnmarshalJSONFunction · 0.64
TestJSON2ResponseFunction · 0.64
TestMarshalIdendityKeyFunction · 0.64
TestGetIdentityKeyFunction · 0.64
TestMakeBIP44IdentityKeyFunction · 0.64
TestMarshalAddressesFunction · 0.64
TestGetECAddressFunction · 0.64
TestGetFactoidAddressFunction · 0.64