TroubleshootingInfo

Stores information about troubleshooting doc for debugging a particular state of an operation (eg - backup/restore). This will be used by the end user to debug their operation failure scenario easily.

JSON representation
{
  "stateReasonCode": string,
  "stateReasonUri": string
}
Fields
stateReasonCode

string

Output only. Unique code for each backup/restore operation failure message which helps user identify the failure.

stateReasonUri

string

Output only. URL for the troubleshooting doc which will help the user fix the failing backup/restore operation.