ErrorDetail Class
Error details.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
Constructor
ErrorDetail(**kwargs)
Parameters
- code
-
str
Required
Required. The error's code.
- message
-
str
Required
Required. A human readable error message.
- target
-
str
Required
Indicates which property in the request is responsible for
the error.
- value
-
str
Required
Indicates which value in 'target' is responsible for the
error.
- resources
-
list[str]
Required
Indicates resources which were responsible for the
error.
- additional_properties
-
object
Required