LogoLogo
Try it outResourcesAPIsAddOnsBook a demo
  • Getting Started
    • Introduction to Beefree SDK
      • Create an Application
      • Installation and Fundamentals
        • Configuration parameters
          • Configuration Reload
          • Workspaces
          • Debugging the Beefree SDK Editor
        • Methods and Events
        • Authorization Process
        • How the UID parameter works
        • Set up two-factor authentication
        • Naming conventions
      • Development Applications
      • Manage Users
      • Manage Subscriptions
    • Tracking Message Changes
    • Sample Code
    • Release Candidate Environment
  • Visual Builders
    • Email Builder
    • Page Builder
      • Integrating Page Builder
      • Embedding videos in a page
    • Popup Builder
      • Popup Builder - Getting Started
      • Testing and Integrating
      • Setting layout and size
        • Advanced settings
    • AI-Driven Design Creation
  • APIs
    • Content Services API
      • Authentication
      • Export
      • Convert
      • Row Processing
      • AI Collection
      • Brand Style
      • Check
    • Template Catalog API
      • Authentication
      • Templates
      • Categories
      • Collections
      • Designers
      • Tags
    • HTML Importer API
      • Authentication
      • Import HTML
  • Forms
    • Form Block
    • Integrating and using the Form block
      • Passing forms to the builder
      • Form structure and parameters
      • Form layout customization
      • Allowed form fields
      • Edit form field modal
  • Rows
    • Reusable Content
      • Create Reusable Content
        • Pre-build Reusable Content
          • Implement Custom Rows
        • Save Reusable Content
          • Implement Hosted Saved Rows
          • Implement Self-hosted Saved Rows
            • Self-hosted Saved Rows Concepts and Tutorial
      • Sync Reusable Content
        • Implement Synced Rows
        • Initialize Edit Single Row Mode
      • Manage Reusable Content
    • Storage for Reusable Content
      • Hosted Saved Rows
      • Self-Hosted Saved Rows
  • File manager
    • File manager application overview
      • Mime Types and Groups
  • Server-side configurations
    • Server-side options
      • Toolbar options
      • Storage options
        • Configure your AWS S3 bucket
        • Connect your file storage system
      • Content options
      • Services options
      • Undo & Changes history
      • Custom JavaScript Libraries Injection
  • Other Customizations
    • Advanced options
      • Special Links and Merge Tags
      • Content Dialog
      • Custom Color Palette
      • Font management
      • Roles and Permissions
      • Smart Merge Tags
      • Commenting
      • Custom Attributes
      • Meta Tags
      • Custom Languages
      • Display Conditions
      • Advanced Permissions
      • Custom File Picker
      • Custom Headers
    • Appearance
      • Content Defaults
      • Custom Sidebar Position
      • Content Tile Sorting
      • Content Tile Grouping
      • Loading Spinner Theme
      • Custom Tab Layout
      • Themes
      • Custom CSS
        • Change Log
    • AMP for Email
    • Collaborative Editing
      • Co-editing Integration Guide
    • Mobile Design Mode
    • Multi-language Templates
    • Cards Style and Image Round Corners
    • Hover Effect for Buttons
    • Content Area Padding
    • Line Height
    • Frontend Commands
  • Data Structures
    • Getting Started
    • Schema Catalog
    • Simple Schema
      • Template Schema
      • Definitions Schema
      • Row Schema
      • Column Schema
      • Title Schema
      • Image Schema
      • Button Schema
      • Paragraph Schema
      • HTML Schema
      • Menu Schema
      • List Schema
      • Icon Schema
      • Divider Schema
    • Row Metadata
    • Form Validation Schema
    • Comments Schema
      • Change Schema for Comments
  • Builder AddOns
    • AddOns
      • AddOns Overview
      • Partner AddOns
        • Partner AddOns directory
        • Installing Partner AddOns
        • DeepL
        • Stability AI
        • Azure AI Vision - Image Analysis
          • Alternate Text Generation with AI
          • AI Alt Text Bulk Generation
        • AI Writing Assistant
          • Available Providers
            • OpenAI
            • Azure OpenAI
            • Anthropic
          • AI Providers and Data Security
          • AI-Generated Meta Tag Fields
          • Token Upselling
          • Apply a Brand Tone
        • Custom AI Writing Assistant
      • Custom AddOns
        • AddOn Development
        • Contribute to the Partner AddOn Marketplace
      • AddOns Configuration
      • AddOn FAQs
  • Resources
    • Error Management
      • onWarning
      • Beefree SDK Editor Errors
      • File System Provider errors
      • JSON Parser errors
      • Template Validation and Update
      • Template validation and update errors
    • Scheduled maintenances
Powered by GitBook
LogoLogo

Policies

  • Privacy & Cookies
  • Terms of Services
  • GDPR Compliance
  • Trust Center

Contact Us

  • Submit a request
  • Book a demo
  • Report a security issue
  • Beefree SDK Startup Program

Resources

  • Developer website
  • Create a Developer Account

© Bee Content Design, Inc. San Francisco, CA | Part of Growens

On this page
  • Example Response
  • Error Codes
  • Authentication errors
  • Preliminary JSON parsing errors
  • JSON Pre-processing errors
  • HTML Creation errors
  • Post-processing errors

Was this helpful?

Export as PDF
  1. Resources
  2. Error Management

JSON Parser errors

Example Response


{"code":4001,"message":"Authentication error","details":"Authentication header is missing"}

Error Codes

Authentication errors

Code
Message
HTTP Status
Details

4001

Authentication error

401 Unauthorized

Authentication header is missing

4005

Authentication error

401 Unauthorized

Bearer token format is invalid

4010

Authentication error

401 Unauthorized

Token expired

5101

Expired token is no longer refreshable

You need to create a new login. With the new token you can update the token in the current Builder instance or create a new Builder instance using the new token and the current JSON template present in this event.

5102

The token can't be updated in this builder instance

Create a new login and a new Builder instance using the new token and the current JSON template from this event.

Preliminary JSON parsing errors

The Bump service is the internal codename for our JSON validation/update service. You can read more in our Template Validation and Update article.

Code
Message
HTTP Status
Details

4015

Bump service error

400 Bad Request

Error while calling Bump service

...1

Bump service error

400 Bad Request

…1

1: In case of a Bump error, the JSON parser forwards to the user the error code it receives from the Bump.

JSON Pre-processing errors

Code
Message
HTTP Status
Details

4101

JSON pre-processing failed

400 Bad Request

Generic parsing error

4102

JSON pre-processing failed

400 Bad Request

Error managing default CSS rules related to the row container styling

4103

JSON pre-processing failed

400 Bad Request

Error managing default CSS rules related to the row content styling

4104

JSON pre-processing failed

400 Bad Request

Error merging CSS rules related to the row container and content styling

4105

JSON pre-processing failed

400 Bad Request

Error while checking special <code> tags

4110

JSON pre-processing failed

400 Bad Request

Error while checking for HTML blocks

4115

JSON pre-processing failed

400 Bad Request

Error while checking conditional statements

4120

JSON pre-processing failed

400 Bad Request

Error while adding conditional statements to rows

4125

JSON pre-processing failed

400 Bad Request

Error while adding styles to rows container

4130

JSON pre-processing failed

400 Bad Request

Error while adding classes for conditional statements

4135

JSON pre-processing failed

400 Bad Request

Error while adding computed styles for each grid block row

4140

JSON pre-processing failed

400 Bad Request

Error while calculating cell widths

4145

JSON pre-processing failed

400 Bad Request

Error while adding background on columns

4190

JSON pre-processing failed

400 Bad Request

Error while adding main CSS styles

4191

JSON pre-processing failed

400 Bad Request

Error while adding main CSS media queries styles

4192

JSON pre-processing failed

400 Bad Request

Error while adding client-specific CSS styles

4501

Pre-processing error

403 Forbidden

Error assembling CSS Rules

4502

Pre-processing error

403 Forbidden

Error compiling general page CSS styles

4503

Pre-processing error

403 Forbidden

Error compiling body CSS styles

4504

Pre-processing error

403 Forbidden

Error converting JSON styles rules to CSS

HTML Creation errors

Code
Message
HTTP Status
Details

4201

HTML creation error

400 Bad Request

Generic JSON to HTML conversion error

4202

HTML creation error

400 Bad Request

Communication error to JSON content workers

4210

HTML creation error

400 Bad Request

Communication error with text block worker

4211

HTML creation error

400 Bad Request

Text block worker has notified a processing Error: (…)1

4220

HTML creation error

400 Bad Request

Communication error with button block worker

4221

HTML creation error

400 Bad Request

Button block worker has notified a processing Error: (…)1

4230

HTML creation error

400 Bad Request

Communication error with video block worker

4231

HTML creation error

400 Bad Request

Video/MergeContent block worker has notified a processing Error: (…)1

4240

HTML creation error

400 Bad Request

Communication error with social block worker

4241

HTML creation error

400 Bad Request

Social block worker has notified a processing Error: (…)1

4242

HTML creation error

400 Bad Request

Communication error with icon block worker

4243

HTML creation error

400 Bad Request

Icon block worker has notified a processing Error: (…)1

4244

HTML creation error

400 Bad Request

Communication error with menu block worker

4245

HTML creation error

400 Bad Request

Menu block worker has notified a processing Error: (…)1

4250

HTML creation error

400 Bad Request

Communication error with image block worker

4251

HTML creation error

400 Bad Request

Image block worker has notified a processing Error: (…)1

4260

HTML creation error

400 Bad Request

Communication error with merge content worker

4270

HTML creation error

400 Bad Request

Error handling custom addon module

4601

Rendering error

403 Forbidden

Error cleaning up button module HTML code

4602

Rendering error

403 Forbidden

Error cleaning up text module HTML code

4603

Rendering error

403 Forbidden

Error checking form elements

4604

Form validation error

403 Forbidden

Error in (…)2

4605

Rendering error

403 Forbidden

Custom video format not supported

4920

Rendering error

403 Forbidden

Video block is corrupted

4600

Rendering error

403 Forbidden

(…)1

1: Additional details are provided, depending on the error that the content worker is reporting.

2: Additional details are provided, depending on the form field that missed validation.

Post-processing errors

Code
Message
HTTP Status
Details

4301

HTML post-processing error

400 Bad Request

Generic post-processing error

4310

HTML post-processing error

400 Bad Request

Error while transforming images URI

4320

HTML post-processing error

400 Bad Request

Error inserting custom HTML codes

4330

HTML post-processing error

400 Bad Request

Error replacing custom Beefree SDK code tags

4340

HTML post-processing error

400 Bad Request

Error inserting display conditions

4700

Post-processing error

403 Forbidden

Error assembling the final HTML page

PreviousFile System Provider errorsNextTemplate Validation and Update

Last updated 11 months ago

Was this helpful?