2.2.0 (2021-03-30)
-
Updates
translateError
to convert non-object type parameters to errors.
The parameter will be part of the error'smessage
property unless the parameter is null or undefined.
Fixes issue 14499. -
Addresses issue 9988
by updating the following operations to accept anabortSignal
to allow cancellation:- CbsClient.init()
- CbsClient.negotiateClaim()
- RequestResponseLink.create()
-
Exporting
StandardAbortMessage
that is the standard error message accompanying theAbortError
.