> ## Documentation Index
> Fetch the complete documentation index at: https://docs.formizee.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Machine and human readable error codes

The Formizee API returns machine readable error codes to quickly identify the type of error as well as link to the docs.

```json theme={"system"}
{
  error: {
    code: "UNAUTHORIZED",
    message: "Please login in order to perform this action",
    docs: "https://formizee.com/docs/api-references/errors/code/UNAUTHORIZED",
  }
}

```
