mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
39
docs/tools/sdk/powershell/Reference/Beta/Models/Error.md
Normal file
39
docs/tools/sdk/powershell/Reference/Beta/Models/Error.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: beta-model-error
|
||||
title: ModelError
|
||||
pagination_label: ModelError
|
||||
sidebar_label: ModelError
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ModelError', 'BetaModelError']
|
||||
slug: /tools/sdk/powershell/beta/models/model-error
|
||||
tags: ['SDK', 'Software Development Kit', 'ModelError', 'BetaModelError']
|
||||
---
|
||||
|
||||
|
||||
# ModelError
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**DetailCode** | Pointer to **String** | DetailCode is the text of the status code returned | [optional]
|
||||
**Messages** | Pointer to [**[]ErrorMessage**](error-message) | | [optional]
|
||||
**TrackingId** | Pointer to **String** | TrackingID is the request tracking unique identifier | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ModelError = Initialize-PSSailpoint.BetaModelError -DetailCode Internal Server Error `
|
||||
-Messages null `
|
||||
-TrackingId 9cd03ef80e6a425eb6b11bdbb057cdb4
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ModelError | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user