TestPipelineConnectionError¶
-
class
oci.golden_gate.models.
TestPipelineConnectionError
(**kwargs)¶ Bases:
object
The error returned when a pipeline connection fails to connect.
Methods
__init__
(**kwargs)Initializes a new TestPipelineConnectionError object with values from keyword arguments. Attributes
action
Gets the action of this TestPipelineConnectionError. code
[Required] Gets the code of this TestPipelineConnectionError. issue
Gets the issue of this TestPipelineConnectionError. message
[Required] Gets the message of this TestPipelineConnectionError. -
__init__
(**kwargs)¶ Initializes a new TestPipelineConnectionError 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 TestPipelineConnectionError.
- message (str) – The value to assign to the message property of this TestPipelineConnectionError.
- issue (str) – The value to assign to the issue property of this TestPipelineConnectionError.
- action (str) – The value to assign to the action property of this TestPipelineConnectionError.
-
action
¶ Gets the action of this TestPipelineConnectionError. The text describing the action required to fix the issue.
Returns: The action of this TestPipelineConnectionError. Return type: str
-
code
¶ [Required] Gets the code of this TestPipelineConnectionError. A short error code that defines the error, meant for programmatic parsing.
Returns: The code of this TestPipelineConnectionError. Return type: str
-
issue
¶ Gets the issue of this TestPipelineConnectionError. The text describing the root cause of the reported issue.
Returns: The issue of this TestPipelineConnectionError. Return type: str
-
message
¶ [Required] Gets the message of this TestPipelineConnectionError. A human-readable error string.
Returns: The message of this TestPipelineConnectionError. Return type: str
-