* Error handling. * Fix error handling, add redirect example. * remove debugger * docs: whitelabeling and httpErrorHandler * bump dicomweb-client version * bump cornerstone-wado-image-loader version * Add more documentation around httpErrorHandler callback * test: add errorHandler as an expected top level export Co-authored-by: dannyrb <danny.ri.brown@gmail.com>
7 lines
143 B
JavaScript
7 lines
143 B
JavaScript
// These should be overridden by the implementation
|
|
const errorHandler = {
|
|
getHTTPErrorHandler: () => null,
|
|
};
|
|
|
|
export default errorHandler;
|