Compartilhar via


CloudErrorBody Class

An error response from the service.

Inheritance
azure.mgmt.authorization._serialization.Model
CloudErrorBody

Constructor

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

Keyword-Only Parameters

Name Description
code
str

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

message
str

A message describing the error, intended to be suitable for display in a user interface.

Variables

Name Description
code
str

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

message
str

A message describing the error, intended to be suitable for display in a user interface.