← All KRA eTIMS Error Codes
001 Official

No Search Result

The query returned an empty result set. This is not a failure — it means no records exist matching the request.

Treat this as an empty list [], not an exception. Only raise if your business logic requires at least one result.
Most public SDKs check if resultCd != "000" and raise an exception here. New integrations querying for purchases on day one hit this constantly and believe their integration is broken.