ordercloud-api / ordercloud-javascript-sdk

The official Javascript SDK for the OrderCloud eCommerce platform
MIT License
16 stars 16 forks source link

Remove AuthError as type on OrderCloudError.ts #58

Closed Labedlam closed 1 year ago

Labedlam commented 3 years ago

The API no longer returns AuthError type, instead it just leverages the ApiError type. This is a minor change that is breaking, so it should be release along another breaking change.

https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/4804be7d990ea0804c06d01b54d0503179008b5f/src/utils/OrderCloudError.ts#L7

crhistianramirez commented 2 years ago

Will plan on adding this next time a major breaking change comes up.