klay_getCode 호출시 missing trie node 문의

안녕하세요.
curl로 아래와 같이 klay_getCode를 호출했더니 error가 리턴되어 문의드립니다.

curl --location --request POST ‘https://node-api.klaytnapi.com/v1/klaytn
-u ‘accessKeyId:secretAccessKey’
–header ‘x-chain-id: 8217’
–header ‘Content-Type: application/json’
-d ‘{“jsonrpc”:“2.0”,“method”:“klay_getCode”,“params”:[“0xd8e9102250139672ba6dce7b4cc000123c09f5c5”, “0x2”],“id”:1}’

위와 같이 호출하니까 아래와 같이

{“jsonrpc”:“2.0”,“id”:1,“error”:{“code”:-32000,“message”:“missing trie node 80c1679d54d6eb203908a9cc32b4406fb7e21354e9aa28f1000be84419f4de9d (path )”}}

이렇게 리턴이 옵니다.

위 결과는 어떤 문제에 의한 것인지 알 수 있을까요?