You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phil91
changed the title
Error Handling in OfferService and OfferSubscriptionServices
sig#882 - Error Handling in OfferService and OfferSubscriptionServices
Jan 20, 2025
Description
Implement new error handling in below mentioned Offer Services and OfferSubscriptionServices in marketplace
Acceptance Criteria
Implement for all controller and its business logic the new error handling - see details regarding the structure below.
{
"type": "string",
"title": "string",
"status": 0,
"errors": {
"additionalProp1": [
"string"
],
"additionalProp2": [
"string"
],
"additionalProp3": [
"string"
]
},
"errorId": "string",
"details": [
{
"errorCode": "string",
"type": "string",
"message": "string",
"parameters": [
{
"name": "string",
"value": "string"
}
]
}
]
}
Additional Information
Please refer the new implementation structure in Administrative >> ErrorHandling >> AdministrationRegistrationErrorMessageContainer.cs
The text was updated successfully, but these errors were encountered: