WorkbookError Class

Error message body that will indicate why the operation failed.

Inheritance
azure.mgmt.applicationinsights._serialization.Model
WorkbookError

Constructor

WorkbookError(*, code: str | None = None, message: str | None = None, details: List[_models.ErrorFieldContract] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
code
str

Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

message
str

Human-readable representation of the error.

details

The list of invalid fields send in request, in case of validation error.

Variables

Name Description
code
str

Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

message
str

Human-readable representation of the error.

details

The list of invalid fields send in request, in case of validation error.