Name | Type | Description | Notes |
---|---|---|---|
Description | String | ||
Cause | String | [optional] | |
Code | String | ||
ErrorId | String | [optional] |
- Prepare the resource
$ErrorRepresentation = Initialize-TorizonPlatformAPIErrorRepresentation -Description null `
-Cause null `
-Code null `
-ErrorId null
- Convert the resource to JSON
$ErrorRepresentation | ConvertTo-JSON