WorkbookError 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 message body that will indicate why the operation failed.
public class WorkbookError
type WorkbookError = class
Public Class WorkbookError
- Inheritance
-
WorkbookError
Constructors
WorkbookError() |
Initializes a new instance of the WorkbookError class. |
WorkbookError(String, String, IList<ErrorFieldContract>) |
Initializes a new instance of the WorkbookError 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 the list of invalid fields send in request, in case of validation error. |
Message |
Gets or sets human-readable representation of the error. |
Applies to
Azure SDK for .NET