Backbench Docs
  • Introduction
  • Getting Started
    • BBLANG
    • Node
    • Python
    • Go
  • Backbench Features and UI workflow
  • API Reference
    • BBLANG
    • Node
    • Python
    • Go
  • 3rd Party Integrations
    • Login using Facebook
    • Login using Google
    • Login with Twitter
    • Login using LinkedIn
    • Connection with MongoDB
    • Connection with MySQL
    • Geo Location Integration
    • Integration with AWS S3
    • Integration with Google Cloud Storage
    • Integration with Razorpay
    • Integration with Stripe
    • Integration with Mailchimp
    • Integration with Segment
    • Sending Emails with SendGrid
    • Sending Emails with Mailgun
    • Sending SMS with Twilio
    • Sending Push Notification with Pushwoosh
  • Troubleshooting and support
    • CNAME Support
    • FAQS
    • Error Codes
  • Testing
Powered by GitBook
On this page
  1. Troubleshooting and support

Error Codes

Backbench has following error codes, this can be used to debug your application on backbench.

Code

Reason

Description

400

Malformed Request

Since we have support of nodejs 5.10.1, any code above this can cause this error.

503

Service Unavailable

Due to following reasons:-

Callback parameter's missing, because it's a required parameter.

Runtime Failure, due to sterr of the program. Similar to crash in express framework.

Build Failure in App: It occurs while partial build, while saving your app when connection is slow, in this case you just have to hit refresh.

504

Timed out

Happens when your program is running more than the given timeout duration. In this case make sure your program terminates within timeout.

PreviousFAQSNextTesting

Last updated 6 years ago