Module netapp_ontap.models.software_errors
Copyright © 2021 NetApp Inc. All rights reserved.
Classes
class SoftwareErrorsSchema (*, only: typing.Union = None, exclude: typing.Union = (), many: bool = False, context: typing.Dict = None, load_only: typing.Union = (), dump_only: typing.Union = (), partial: typing.Union = False, unknown: str = None)
-
The fields of the SoftwareErrors object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
code GET
-
Error code of message
Example: 177
-
message GET
-
Error message
Example: Giveback of CFO aggregate is vetoed. Action: Use the "storage failover show-giveback" command to view detailed veto status information. Correct the vetoed update check. Use the "storage failover giveback -ofnode "node1" command to complete the giveback.
-
severity GET
-
Severity of error
Valid choices:
- informational
- warning
- error