DpmErrorInfo interface
DPM workload-specific error information.
Properties
error |
Localized error string. |
recommendations | List of localized recommendations for above error code. |
Property Details
errorString
Localized error string.
errorString?: string
Property Value
string
recommendations
List of localized recommendations for above error code.
recommendations?: string[]
Property Value
string[]