Class MySqlApplyError
Error from the apply operation of a MySQL server replication channel.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class MySqlApplyErrorProperties
LastErrorMessage
Declaration
[JsonProperty(PropertyName = "lastErrorMessage")]
public string LastErrorMessage { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The error message of the most recent error that caused the SQL or coordinator thread to stop. | 
LastErrorNumber
Declaration
[JsonProperty(PropertyName = "lastErrorNumber")]
public int? LastErrorNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The error number of the most recent error that caused the SQL or coordinator thread to stop. | 
TimeLastError
Declaration
[JsonProperty(PropertyName = "timeLastError")]
public DateTime? TimeLastError { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The timestamp when the most recent SQL or coordinator error occurred. | 
WorkerErrors
Declaration
[JsonProperty(PropertyName = "workerErrors")]
public List<MySqlApplyErrorWorker> WorkerErrors { get; set; }Property Value
| Type | Description | 
|---|---|
| List<MySqlApplyErrorWorker> | A list of MySqlApplyErrorWorker records. |