mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
1.0 KiB
1.0 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-message | ErrorMessage | ErrorMessage | ErrorMessage | powershellsdk |
|
/tools/sdk/powershell/v2024/models/error-message |
|
ErrorMessage
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Locale | String | Locale is the current Locale | [optional] |
| LocaleOrigin | String | LocaleOrigin holds possible values of how the locale was selected | [optional] |
| Text | String | Text is the actual text of the error message | [optional] |
Examples
- Prepare the resource
$ErrorMessage = Initialize-V2024ErrorMessage -Locale en-US `
-LocaleOrigin DEFAULT `
-Text This is an error
- Convert the resource to JSON
$ErrorMessage | ConvertTo-JSON