ErrorResponseError 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 info.
public class ErrorResponseError
type ErrorResponseError = class
Public Class ErrorResponseError
- Inheritance
-
ErrorResponseError
Constructors
ErrorResponseError() |
Initializes a new instance of the ErrorResponseError class. |
ErrorResponseError(String, String, IList<ErrorDetails>) |
Initializes a new instance of the ErrorResponseError class. |
Properties
Code |
Gets or sets service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response. |
Details |
Gets or sets error details. |
Message |
Gets or sets human-readable representation of the error. |