Skip to main content

Register json errorhandlers for a flask REST server

Project description

version license pyversions pipeline status coverage

flask-json-errorhandler

Register json errorhandlers for a flask REST server

Usage

from flask import Flask

from flask_json_errorhandler import init_errorhandler(app)


def create_app():
    app = Flask(__name__)
    init_errorhandler(app)

Testing

python setup.py test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-json-errorhandler-1.0.3.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page