Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@springtree/eva-sdk-core-response-error

springtree_solutions5ISCdeprecated1.0.7TypeScript support: included

This package has been deprecated and is now a part of @springtree/eva-sdk-core-service. See https://springtreesolutions.github.io/eva-sdk-repo/#/updating?id=_2020-11-10

This SDK core module handles the rejection of service response based on content errors

readme

@springtree/eva-sdk-core-response-error

This is an interceptor for the EvaService implementation from @springtree/eva-sdk-core-service. It can be used to capture exceptions in the response body of a successful service call. If an exception occurs it will change the service call promise to return an error with an IEvaServiceError payload.

Usage

import { evaResponseError } from '@springtree/eva-sdk-core-response-error');

// This will register and enable the interceptor with the EvaService class
//
evaResponseError.activate();