Closed janhalama closed 2 years ago
This PR changes errors thrown bycreateProvider and createProfile to CreateProviderApiError and CreateProfileApiError.
createProvider
createProfile
CreateProviderApiError
CreateProfileApiError
This is not breaking change, CreateProviderApiError and CreateProfileApiError extends ServiceApiError.
ServiceApiError
So that clients can access specific error properties.
Description
This PR changes errors thrown by
createProvider
andcreateProfile
toCreateProviderApiError
andCreateProfileApiError
.This is not breaking change,
CreateProviderApiError
andCreateProfileApiError
extendsServiceApiError
.Motivation and Context
So that clients can access specific error properties.
Types of changes
Checklist: