Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 721 Bytes

ErrorRepresentation.md

File metadata and controls

27 lines (21 loc) · 721 Bytes

ErrorRepresentation

Properties

Name Type Description Notes
Description String
Cause String [optional]
Code String
ErrorId String [optional]

Examples

  • Prepare the resource
$ErrorRepresentation = Initialize-TorizonPlatformAPIErrorRepresentation  -Description null `
 -Cause null `
 -Code null `
 -ErrorId null
  • Convert the resource to JSON
$ErrorRepresentation | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]