when I call func “get_neuron_info” of neurons canister using id “14173746728836558518”, the func replied:
{
“Err”: {
“error_message”: “”,
“error_type”: 4
}
}
but I still can get the info of the neurons in dashboard. So I want to know What kind of neurons whose info can not be queried through func “get_neuron_info” of neurons canister. And what the meaning of “error_type:4” is?
@diegop
For your info, error 4 is usually a neuron id not found. Not all details are available on chain from this method but it should still return some.
Great question. I am not sure. let me ask.
1 Like
type 4 is not found.
1 Like