DataShareErrorInfo Class

The data share error body model.

All required parameters must be populated in order to send to Azure.

Inheritance
msrest.serialization.Model
DataShareErrorInfo

Constructor

DataShareErrorInfo(*, code: str, message: str, details: List[DataShareErrorInfo] | None = None, target: str | None = None, **kwargs)

Parameters

Name Description
code
Required
str

Required. Code of the error.

details
Required

Nested details of the error model.

message
Required
str

Required. Message of the error.

target
Required
str

Target of the error.

Keyword-Only Parameters

Name Description
code
Required
message
Required
details
Required
target
Required