MabErrorInfo interface
MAB workload-specific error information.
Properties
error |
Localized error string. NOTE: This property will not be serialized. It can only be populated by the server. |
recommendations | List of localized recommendations. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorString
Localized error string. NOTE: This property will not be serialized. It can only be populated by the server.
errorString?: string
Property Value
string
recommendations
List of localized recommendations. NOTE: This property will not be serialized. It can only be populated by the server.
recommendations?: string[]
Property Value
string[]