Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 668 Bytes

File metadata and controls

25 lines (19 loc) · 668 Bytes

APIError

Properties

Name Type Description Notes
ErrorCode APIErrorCodes [optional]
Summary String [optional]
Message String [optional]

Examples

  • Prepare the resource
$APIError = Initialize-RealGreenSaPSAPIError  -ErrorCode null `
 -Summary null `
 -Message null
  • Convert the resource to JSON
$APIError | ConvertTo-JSON

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