Formerror
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Key | String | Key is the technical key | [optional] |
| Messages | []Errormessage | Messages is a list of web.ErrorMessage items | [optional] |
| Value | [AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | Value is the value associated with a Key | [optional] |
Examples
- Prepare the resource
$Formerror = Initialize-Formerror -Key department `
-Messages null `
-Value Engineering
- Convert the resource to JSON
$Formerror | ConvertTo-JSON