MySqlFetchError

class oci.database_management.models.MySqlFetchError(**kwargs)

Bases: object

Error from fetch operation of a MySQL server replication channel.

Methods

__init__(**kwargs) Initializes a new MySqlFetchError object with values from keyword arguments.

Attributes

last_error_message [Required] Gets the last_error_message of this MySqlFetchError.
last_error_number [Required] Gets the last_error_number of this MySqlFetchError.
time_last_error [Required] Gets the time_last_error of this MySqlFetchError.
__init__(**kwargs)

Initializes a new MySqlFetchError object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • last_error_number (int) – The value to assign to the last_error_number property of this MySqlFetchError.
  • last_error_message (str) – The value to assign to the last_error_message property of this MySqlFetchError.
  • time_last_error (datetime) – The value to assign to the time_last_error property of this MySqlFetchError.
last_error_message

[Required] Gets the last_error_message of this MySqlFetchError. The error message of the most recent error that caused the I/O thread to stop.

Returns:The last_error_message of this MySqlFetchError.
Return type:str
last_error_number

[Required] Gets the last_error_number of this MySqlFetchError. The error number of the most recent error that caused the I/O thread to stop.

Returns:The last_error_number of this MySqlFetchError.
Return type:int
time_last_error

[Required] Gets the time_last_error of this MySqlFetchError. The timestamp when the most recent I/O error occurred.

Returns:The time_last_error of this MySqlFetchError.
Return type:datetime