TroubleshootingInfo class
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.
Constructors
- TroubleshootingInfo.new({String? stateReasonCode, String? stateReasonUri})
- TroubleshootingInfo.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateReasonCode ↔ String?
-
Unique code for each backup/restore operation failure message which helps
user identify the failure.
getter/setter pair
- stateReasonUri ↔ String?
-
URL for the troubleshooting doc which will help the user fix the failing
backup/restore operation.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited