ErrorFieldContract Class

Error Field contract.

Inheritance
azure.mgmt.applicationinsights._serialization.Model
ErrorFieldContract

Constructor

ErrorFieldContract(*, code: str | None = None, message: str | None = None, target: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
code
str

Property level error code.

message
str

Human-readable representation of property-level error.

target
str

Property name.

Variables

Name Description
code
str

Property level error code.

message
str

Human-readable representation of property-level error.

target
str

Property name.