Skip to main content

Understanding iPaaS.com API error codes

How iPaaS.com API error codes are structured, what each category prefix means, and links to every error family.

Every error returned by the iPaaS.com API now includes a short, stable error code in the response, alongside a plain-language message and a link to the help article that explains how to resolve it. This page explains how those codes work and links to every error family in one place.

How error codes are structured

Each code looks like CATEGORY-NNNN, for example VALD-1001. The four-letter prefix tells you the type of problem; the number identifies the specific error within that type.

  • The prefix never changes meaning, so once you recognize it you can tell at a glance what kind of issue you are dealing with.

  • Codes are stable. A given code always refers to the same error, so you can reference it in support requests and internal documentation.

  • The number has no hidden meaning beyond identifying the error. Lower numbers within a category are simply the more common errors.

The six error categories

Prefix

Category

What it means

Can I just retry?

AUTH

Authentication

We could not verify who you are. Your access token is missing, expired, or invalid.

No. Refresh or correct your credentials, then retry.

AUTZ

Authorization

You are signed in, but your account or plan does not permit this action.

No. Adjust your permissions or plan, or contact your administrator.

VALD

Validation

Something in your request is missing, malformed, or the wrong type.

No. Correct the request and send it again.

BIZL

Business Logic

Your request is well formed, but it conflicts with a rule (for example a duplicate, or an inactive record).

No. Resolve the conflict described in the message, then retry.

NFND

Not Found

The record, table, or resource your request referred to does not exist.

No. Check the ID or name and try again.

INTL

Server Error

Something went wrong on the iPaaS.com side while processing your request.

Often. Wait a moment and retry; if it persists, contact support.

How to use a code

  1. Look at the prefix to understand the category of problem (see the table above).

  2. Find the full code in the relevant family article below to see exactly which rule was triggered and how to fix it.

  3. If you contact support, quote the full code and the request you sent. It identifies the exact error immediately.

All error families

Errors are grouped into 14 families, each with its own article. Browse by category:

AUTH · Authentication

AUTZ · Authorization

VALD · Validation

BIZL · Business Logic

NFND · Not Found

INTL · Server Error

Did this answer your question?