Skip to main content

Table and schema lookup errors

What the Table and schema lookup error codes mean and how to resolve them.

A table or schema lookup error means the table, collection, or schema object referenced in your request could not be found or is not recognized.

Every error in this family includes a stable code (for example NFND-1004). Find that code in the table at the bottom of this article to see exactly which rule was triggered.

Common causes

  • The table or collection name is misspelled.

  • The table is not configured for your account.

  • The schema object does not exist.

How to fix it

  1. Match the code in your response to the table below.

  2. Verify the table or collection name against your configuration.

  3. Confirm the table exists and is available to your account.

  4. Re-send the request with the corrected name.

Codes in this family

Code

What it means

NFND-1004

Table {tableName} not found.

NFND-1006

{tableName} External Id (Id:{externalId}) not found.

NFND-1007

Custom field table name ({prettyTableName}) provided does not exist.

NFND-1008

The table {tableName} does not exist or can not be found.

Did this answer your question?