ErrorResponseBody Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
public class ErrorResponseBody
type ErrorResponseBody = class
Public Class ErrorResponseBody
- Inheritance
-
ErrorResponseBody
Constructors
ErrorResponseBody() |
Initializes a new instance of the ErrorResponseBody class. |
ErrorResponseBody(ErrorResponse, String, String) |
Initializes a new instance of the ErrorResponseBody class. |
Properties
Code |
Gets or sets error code |
Error |
Gets or sets the details of the error. |
Message |
Gets or sets error message indicating why the operation failed. |