CloudErrorBody Class
An error response from the Batch service.
Constructor
CloudErrorBody(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
code
|
An identifier for the error. Codes are invariant and are intended to be consumed programmatically. |
|
message
|
A message describing the error, intended to be suitable for display in a user interface. |
|
target
|
The target of the particular error. For example, the name of the property in error. |
|
details
|
A list of additional details about the error. |
Attributes
code
An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
code: str | None
details
A list of additional details about the error.
details: list['_models.CloudErrorBody'] | None
message
A message describing the error, intended to be suitable for display in a user interface.
message: str | None
target
The target of the particular error. For example, the name of the property in error.
target: str | None