ResourceTestStatus interface
Describes the status of the test operation along with error information, if applicable.
Properties
error | Describes the error that occurred. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the test operation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
error
Describes the error that occurred. NOTE: This property will not be serialized. It can only be populated by the server.
error?: ErrorResponse
Property Value
status
The status of the test operation. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string