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.
- details
- list[ErrorFieldContract]
Required
The list of invalid fields send in request, in case of validation error.
Feedback
Submit and view feedback for