Skip to main content

ModelError

Properties

NameTypeDescriptionNotes
DetailCodeStringDetailCode is the text of the status code returned[optional]
Messages[]ErrorMessage[optional]
TrackingIdStringTrackingID is the request tracking unique identifier[optional]

Examples

  • Prepare the resource
$ModelError = Initialize-PSSailpoint.V2024ModelError  -DetailCode Internal Server Error `
-Messages null `
-TrackingId 9cd03ef80e6a425eb6b11bdbb057cdb4
  • Convert the resource to JSON
$ModelError | ConvertTo-JSON

[Back to top]