WorkbookError Class

Error message body that will indicate why the operation failed.

Inheritance
WorkbookError

Constructor

WorkbookError(*, code: Optional[str] = None, message: Optional[str] = None, details=None, **kwargs)

Parameters

code
str
Required

Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

message
str
Required

Human-readable representation of the error.

details
list[ErrorFieldContract]
Required

The list of invalid fields send in request, in case of validation error.