0.1.2 • Published 13 years ago

common-exception v0.1.2

Weekly downloads
13
License
-
Repository
github
Last release
13 years ago

Intro

Common Exception is a cross-language standard for representing an exception as a JSON object.

All fields are optional, and setting a field to null is considered equivalent to omitting it.

This lets you write an exception server, like

or a JavaScript widget, like

  • exception-server's ExceptionWidget

and focus on making it awesome, rather than on writing a batallion of parsers.

Conversion

Python

JavaScript (NodeJS)

JavaScript (Browser)

Efficient encodings

Protobuf

TODO common_exception.proto

Thrift

TODO common_exception.thrift