MySqlDigestErrorSummary

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

Bases: object

Consists of the error and the number of times it is encountered.

Methods

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

Attributes

error [Required] Gets the error of this MySqlDigestErrorSummary.
occurrence_count [Required] Gets the occurrence_count of this MySqlDigestErrorSummary.
__init__(**kwargs)

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

Parameters:
  • error (oci.database_management.models.MySqlQueryMessage) – The value to assign to the error property of this MySqlDigestErrorSummary.
  • occurrence_count (int) – The value to assign to the occurrence_count property of this MySqlDigestErrorSummary.
error

[Required] Gets the error of this MySqlDigestErrorSummary.

Returns:The error of this MySqlDigestErrorSummary.
Return type:oci.database_management.models.MySqlQueryMessage
occurrence_count

[Required] Gets the occurrence_count of this MySqlDigestErrorSummary. The number of times a MySQL error is encountered.

Returns:The occurrence_count of this MySqlDigestErrorSummary.
Return type:int