mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.4 KiB
1.4 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-error-response-dto | ErrorResponseDto | ErrorResponseDto | ErrorResponseDto | powershellsdk |
|
/tools/sdk/powershell/v2024/models/error-response-dto |
|
ErrorResponseDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DetailCode | Pointer to String | Fine-grained error code providing more detail of the error. | [optional] |
| TrackingId | Pointer to String | Unique tracking id for the error. | [optional] |
| Messages | Pointer to []ErrorMessageDto | Generic localized reason for error | [optional] |
| Causes | Pointer to []ErrorMessageDto | Plain-text descriptive reasons to provide additional detail to the text provided in the messages field | [optional] |
Examples
- Prepare the resource
$ErrorResponseDto = Initialize-PSSailpoint.V2024ErrorResponseDto -DetailCode 400.1 Bad Request Content `
-TrackingId e7eab60924f64aa284175b9fa3309599 `
-Messages null `
-Causes null
- Convert the resource to JSON
$ErrorResponseDto | ConvertTo-JSON