Errors
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.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Machine and human readable error codes
{
error: {
code: "UNAUTHORIZED",
message: "Please login in order to perform this action",
docs: "https://formizee.com/docs/api-references/errors/code/UNAUTHORIZED",
}
}
Was this page helpful?