TestConnectionAssignmentError¶
-
class
oci.golden_gate.models.
TestConnectionAssignmentError
(**kwargs)¶ Bases:
object
Error Information.
Methods
__init__
(**kwargs)Initializes a new TestConnectionAssignmentError object with values from keyword arguments. Attributes
action
Gets the action of this TestConnectionAssignmentError. code
[Required] Gets the code of this TestConnectionAssignmentError. issue
Gets the issue of this TestConnectionAssignmentError. message
[Required] Gets the message of this TestConnectionAssignmentError. -
__init__
(**kwargs)¶ Initializes a new TestConnectionAssignmentError object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - code (str) – The value to assign to the code property of this TestConnectionAssignmentError.
- message (str) – The value to assign to the message property of this TestConnectionAssignmentError.
- issue (str) – The value to assign to the issue property of this TestConnectionAssignmentError.
- action (str) – The value to assign to the action property of this TestConnectionAssignmentError.
-
action
¶ Gets the action of this TestConnectionAssignmentError. The text describing the action required to fix the issue.
Returns: The action of this TestConnectionAssignmentError. Return type: str
-
code
¶ [Required] Gets the code of this TestConnectionAssignmentError. A short error code that defines the error, meant for programmatic parsing.
Returns: The code of this TestConnectionAssignmentError. Return type: str
-
issue
¶ Gets the issue of this TestConnectionAssignmentError. The text describing the root cause of the reported issue.
Returns: The issue of this TestConnectionAssignmentError. Return type: str
-
message
¶ [Required] Gets the message of this TestConnectionAssignmentError. A human-readable error string.
Returns: The message of this TestConnectionAssignmentError. Return type: str
-