sdk-javascript/lib/bindings/http
Lance Ball 09b0c76826
feat: add ValidationError type extending TypeError (#151)
This change adds a `ValidationError` type that extends `TypeError`. Any time a `CloudEvent` cannot be received and created with the given input, this error will be thrown. Tests have all
been updated to check for the error type.

Signed-off-by: Lance Ball <lball@redhat.com>
2020-05-13 13:27:18 -04:00
..
commons.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
constants.js fix: protects the consts from being changed in other parts of the code. 2020-04-30 12:19:24 -03:00
emitter_binary.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
emitter_binary_0_3.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
emitter_binary_1.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
emitter_structured.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00
http_receiver.js feat: add ValidationError type extending TypeError (#151) 2020-05-13 13:27:18 -04:00
receiver_binary.js feat: add ValidationError type extending TypeError (#151) 2020-05-13 13:27:18 -04:00
receiver_binary_0_3.js feat: add ValidationError type extending TypeError (#151) 2020-05-13 13:27:18 -04:00
receiver_binary_1.js fix: ensure binary events can handle no content-type header (#134) 2020-05-08 23:37:10 -04:00
receiver_structured.js feat: add ValidationError type extending TypeError (#151) 2020-05-13 13:27:18 -04:00
receiver_structured_0_3.js lib: make setterByAttribute a Map (#154) 2020-05-13 11:20:45 -04:00
receiver_structured_1.js lib: make setterByAttribute a Map (#154) 2020-05-13 11:20:45 -04:00
unmarshaller.js feat: add ValidationError type extending TypeError (#151) 2020-05-13 13:27:18 -04:00
unmarshaller_0_3.js src: add eslint configuration and npm script 2020-04-22 10:15:05 -04:00