Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 796 Bytes

UpstreamEndpointErrorRepr.md

File metadata and controls

29 lines (23 loc) · 796 Bytes

UpstreamEndpointErrorRepr

Properties

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

Examples

  • Prepare the resource
$UpstreamEndpointErrorRepr = Initialize-TorizonPlatformAPIUpstreamEndpointErrorRepr  -Description null `
 -Msg null `
 -ErrorId null `
 -Cause null `
 -Code null
  • Convert the resource to JSON
$UpstreamEndpointErrorRepr | ConvertTo-JSON

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