ExecuteSqlResponseItemError¶
-
class
oci.database_tools_runtime.models.ExecuteSqlResponseItemError(**kwargs)¶ Bases:
objectError details.
Methods
__init__(**kwargs)Initializes a new ExecuteSqlResponseItemError object with values from keyword arguments. Attributes
error_codeGets the error_code of this ExecuteSqlResponseItemError. error_columnGets the error_column of this ExecuteSqlResponseItemError. error_detailsGets the error_details of this ExecuteSqlResponseItemError. error_lineGets the error_line of this ExecuteSqlResponseItemError. error_messageGets the error_message of this ExecuteSqlResponseItemError. -
__init__(**kwargs)¶ Initializes a new ExecuteSqlResponseItemError object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - error_code (int) – The value to assign to the error_code property of this ExecuteSqlResponseItemError.
- error_line (int) – The value to assign to the error_line property of this ExecuteSqlResponseItemError.
- error_column (int) – The value to assign to the error_column property of this ExecuteSqlResponseItemError.
- error_message (str) – The value to assign to the error_message property of this ExecuteSqlResponseItemError.
- error_details (str) – The value to assign to the error_details property of this ExecuteSqlResponseItemError.
-
error_code¶ Gets the error_code of this ExecuteSqlResponseItemError. Error code.
Returns: The error_code of this ExecuteSqlResponseItemError. Return type: int
-
error_column¶ Gets the error_column of this ExecuteSqlResponseItemError. Error column number.
Returns: The error_column of this ExecuteSqlResponseItemError. Return type: int
-
error_details¶ Gets the error_details of this ExecuteSqlResponseItemError. Error details.
Returns: The error_details of this ExecuteSqlResponseItemError. Return type: str
-
error_line¶ Gets the error_line of this ExecuteSqlResponseItemError. Error line number.
Returns: The error_line of this ExecuteSqlResponseItemError. Return type: int
-
error_message¶ Gets the error_message of this ExecuteSqlResponseItemError. Error message.
Returns: The error_message of this ExecuteSqlResponseItemError. Return type: str
-