packages/base/src/lib/ux-models/ux-error-feedback.model.ts
UxErrorInfo
UxHttpErrorInfo
UxErrorFeedback
Properties |
|
Methods |
constructor(info: unknown, errorFeedback: UxErrorFeedback, subErrors?: SubErrors, errGroupMap?: Array<UxErrorGroupMap>)
|
|||||||||||||||
|
Parameters :
|
| Optional code |
Type : string
|
| description |
Type : string
|
| Optional details |
Type : DETAILS
|
| Optional doc |
Type : string
|
| Optional errGroupMap |
Type : Array<UxErrorGroupMap>
|
| msgId |
Type : string
|
| Optional requestId |
Type : string
|
| severity |
Type : unknown
|
Default value : UxMessageSeverity.danger
|
| Optional subErrors |
Type : SubErrors
|
| getFeedBacks | ||||||
getFeedBacks(byKey?: string)
|
||||||
|
Parameters :
Returns :
Array<UxErrorFeedback>
|