WorkbookTemplateErrorBody interface
Error message body that will indicate why the operation failed.
Properties
code | Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response. |
details | The list of invalid fields send in request, in case of validation error. |
message | Human-readable representation of the error. |
Property Details
code
Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.
code?: string
Property Value
string
details
The list of invalid fields send in request, in case of validation error.
details?: WorkbookTemplateErrorFieldContract[]
Property Value
message
Human-readable representation of the error.
message?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript