FM BetterForms
BF Editorfmbetterforms.com
Engineering Reference Docs
Engineering Reference Docs
  • BF Streaming Proxy
  • Updating the Helper File
  • Connection Trouble Shooting Guide
  • Software Testing - Overview
    • Types of Testing
    • UX/UI Checklist
      • Pages
        • Login ๐Ÿ”‘
        • Pricing ๐Ÿ’ต
        • 404 ๐Ÿคทโ€โ™‚๏ธ
        • Contact Us โ˜Ž๏ธ
        • Sign Up ๐Ÿ‘‹
        • FAQ โ“
        • Blog Post ๐Ÿ—ž
        • Careers ๐Ÿ’ผ
        • Team ๐Ÿ‘ซ
        • Cart ๐Ÿ›’
        • Press ๐Ÿ“ธ
        • Search results ๐Ÿ”
      • Elements
        • Avatar ๐Ÿ˜
        • Badge ๐Ÿ“›
        • Button ๐Ÿ–ฒ๏ธ
        • Card ๐Ÿƒ
        • Table ๐Ÿ“
        • Icon ๐ŸŒ 
        • Text Field โŒจ๏ธ
        • Toggle ๐ŸŽ›๏ธ
        • Loading โณ
        • Modal ๐ŸŽ‰
        • Tooltip ๐Ÿ› 
        • Search ๐Ÿ•ต๏ธโ€โ™€๏ธ
        • Navigation ๐Ÿงญ
        • Radio ๐Ÿ“ป
        • Checkbox โ˜‘๏ธ
        • Tabs ๐Ÿ—‚
        • Toast ๐Ÿž
      • Flows
        • Submitting a form ๐Ÿ“จ
        • Making a payment ๐Ÿ’ณ
        • Contacting support ๐Ÿ†˜
        • Deleting account ๐Ÿ—‘
        • Tracking progress ๐Ÿ“ˆ
        • Resetting password ๐Ÿคซ
        • Showing input error ๐Ÿšจ
        • Entering a promo code ๐Ÿท๏ธ
        • Saving changes ๐Ÿ’พ
        • Canceling subscription ๐Ÿ›‘
      • Topics
        • Responsiveness ๐ŸŽš
        • Typography ๐Ÿ”ค
        • Dark mode ๐ŸŒ‘
        • Accessibility ๐Ÿšน
        • Colors ๐ŸŽจ
        • UX Writing โœ๏ธ
      • Brand
        • Logo ๐Ÿ’ 
        • Social Media ๐Ÿ”‰
        • Typography ๐Ÿ” 
    • FM BetterForms - Quality Assurance
    • JavaScript Libraries
  • Rollbacks and Version Control
  • BF Server Proxy
  • Base code End of Life - 0.8.78-0.8111
  • Setting up Auth0
    • Introduction
    • Getting started
      • Creating a tenant
      • Creating Application
      • Additional customizations
        • Allowed Callback URLs
    • Creating a Database
      • Choosing different login options
        • Social Connections
        • Username and password (Auth0)
        • Creating new BF Users
        • Using Auth0 in an iFrame
        • Configuring FM BetterForms
        • Additional Notes
  • Create an S3 Bucket on AWS
  • ApexCharts - Getting started
  • BF Enterprise Documentation
    • Overview
      • Features
      • Overview Diagram
    • Requirements
    • Env File
    • Setting up the Server
      • Installation
      • Loading image to a local repository
      • Starting server
      • Restarting Policies
      • Scaling up
    • Hardware Recommendations
    • FM Credentials - Helper file
    • How it works
      • Development
      • Downloading environment data
  • BetterForms Error Pages API
    • Introduction
    • Dynamic Error Page
    • Static Error Page
    • Custom error pages
    • Custom error handlers
    • Error Code List
  • BF Streaming API
  • Creating a PWA
    • Introduction
    • Getting Started
      • Making it installable
      • Browser Support
      • Sending Push Notifications
      • Sending a Push Notification from the API Endpoint
      • Adding DOM Header Insertion to be Available for Offline Use
Powered by GitBook
On this page

Was this helpful?

  1. BetterForms Error Pages API

Error Code List

Error Code
Description
Other information passed

400

Bad request

Issue could be related with a broad types of errors. Most common would be trying to access wrong FM file, invalid credentials

401

Authentication

Issue when user is not authenticated and tries to load an authenticated form or invalid credentials are set to access the Helper File

404

Page not found

Issue in base code or Feathers where form ID is incorrect, navigation slug or service doesnโ€™t exist.

408

Timeout

FileMaker scripts taking longer than 20 seconds to return requests. The behavior has changed in baseecode v2.1+ and is a warning only.

959

Technology not available

Issue in FileMaker server when, for example, XML gateway is unavailable or not enabled.

952

Invalid Data API

Issue with communication between Feathers and FileMaker server when a user is using a session with the Data API gateway thatโ€™s invalid for the FM database (e.g. hard reset of FM database or manually disconnected clients from FM database).

10xxx Series

Errors generated within client (browser) side code

100xx

Site Related

10010

DOM Header insertion error, There was an error with adding content to the <head> tag. Usually a JS error or resource error

script content and error

10020

HTML Render error

10030

Custom component not found.

Component name

10040

Vue warning captured

error info

10042

vue Errror captured

error info

101xx

Action Related

10100

No action handler found for the passed action. Check action name.

The action

10110

namedAction not found, BF tried to look for the named action in the for and site and was unable to find it.

The action that caused the issue

10112

No action handler found for action

Issue in BF app where an invalid BF action was called

10120

No onResponse_actions has been configured. This is used on elements that have callbacks like payment gateways.

The response the element tried to handle

10130

Missing channel

Issue in BF app where a channel key is not passed when adding or removing a user to an anonymous channel.

10131

Channels must be an array

Issue in BF app where channels is not an array when sending a message.

10132

Message error

Issue in BF app when sending a message (e.g. user not authorized to send message on authenticated channel, user not added to any authenticated

10140

Missing path or URL

Issue in BF app when using the action path and no path or url is specified.

10141

Duplicated Navigation path

Issue in BF app when using the action path and the path action tries to navigate to current page.

10150

Invalid Login Attempt

Invalid email or password.

10151

Logout action error

Issue with logout action.

10152

Signup action error

Issue when user tries to signup. (e.g. email already registered)

10153

Password reset hook error

Issue when sending a reset password link.

10154

Password reset action error

Issue when resetting the password.

10155

Resend verify signup error

Issue when sending a link to verify userโ€™s email.

10156

Verify signup error

Issue when verifying userโ€™s email.

10157

On login hook error

Issue when user tries to login. Error caused by, most likely, some backend (FM) issue.

10158

OAuth on login hook error

Issue when user tries to login via OAuth. Error caused by, most likely, some backend (FM) issue.

10159

BF.namedAction invalid parameter

Issue when string passed as parameter for BF.namedAction function does not translate to a valid JSON object.

10160

OAuth login error returned from external provider

Issue when trying to login via OAuth with external provider.

10170

Local / Session Storage Error

Error while retrieving Local or Session storage data

10171

Local / Session Storage Error

Error while writing data to Local or Session storage.

102xx

Calculation Related

10200

Error when evaluating *_calc field

Issue when thereโ€™s an error with the expression passed to a field *_calc. (It doesnโ€™t include fields visible nor validator).

10201

Error when evaluating *_calc or *_calcf field

Issue when thereโ€™s an error with the expression passed to a field *_calc. (It includes fields visible nor validator).

10202

Error when evaluating *_actions field

Issue when thereโ€™s an error with the expression passed to a field *_actions.

10203

Error when evaluating *_function field

Issue when thereโ€™s an error with the expression passed to a field *_function.

103xx

Hook Related

10300

Error calling FMS, FMS returned an error

Result

10301

Error Updating Environment record

Issue returned from FileMaker when trying to update an Environment record.

10302

Error Updating Site

Issue returned from FileMaker when trying to update a Site record (hash5L field doesnโ€™t exist).

10900

Other

10901

DAPI Adapater Error

Issue thrown by the DAPI adapter in our base code.

10902

Client is offline

User has no internet connection.

PreviousCustom error handlersNextBF Streaming API

Last updated 10 months ago

Was this helpful?