id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| error-response-dto |
ErrorResponseDto |
ErrorResponseDto |
ErrorResponseDto |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| ErrorResponseDto |
| ErrorResponseDto |
|
/tools/sdk/powershell/v3/models/error-response-dto |
| SDK |
| Software Development Kit |
| ErrorResponseDto |
| ErrorResponseDto |
|
ErrorResponseDto
Properties
| Name |
Type |
Description |
Notes |
| DetailCode |
String |
Fine-grained error code providing more detail of the error. |
[optional] |
| TrackingId |
String |
Unique tracking id for the error. |
[optional] |
| Messages |
[]ErrorMessageDto |
Generic localized reason for error |
[optional] |
| Causes |
[]ErrorMessageDto |
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]