Condividi tramite


WorkbookError Class

Definition

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