ErrorBody Class

Represents the definition of the error that occurred.

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

Inheritance
ErrorBody

Constructor

ErrorBody(*, code: str, message: str, **kwargs)

Parameters

code
str
Required

Required. The error code.

message
str
Required

Required. The error message.