Errorbody
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DetailCode | String | Machine-readable error code returned by the Intelligence service. | [optional] |
| Message | String | Human-readable explanation of the error suitable for client logging. | [optional] |
Examples
- Prepare the resource
$Errorbody = Initialize-Errorbody -DetailCode IDC_BAD_REQUEST `
-Message The filters query parameter is required and cannot be empty.
- Convert the resource to JSON
$Errorbody | ConvertTo-JSON