projects/apttus/elements/src/shared/services/exception.service.ts
Methods |
constructor(cartService: CartService, constraintRuleService: ConstraintRuleService, promotionService: PromotionService, toastr: ToastrService, translateService: TranslateService)
|
||||||||||||||||||
|
Parameters :
|
| showError | ||||||
showError(error: CartError | Error | string)
|
||||||
|
Parameters :
Returns :
void
|
| showInfo | ||||||||||||||||
showInfo(message: string, title: string, data?: any)
|
||||||||||||||||
|
Parameters :
Returns :
void
|
| showSuccess | ||||||||||||||||
showSuccess(message: string, title: string, data?: any)
|
||||||||||||||||
|
Parameters :
Returns :
void
|
| showWarning | ||||||||||||||||
showWarning(message: string, title: string, data?: any)
|
||||||||||||||||
|
Parameters :
Returns :
void
|