Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 719 Bytes

File metadata and controls

25 lines (19 loc) · 719 Bytes

ErrorResponse

Properties

Name Type Description Notes
ErrorCode ErrorCodes
Fields FieldError[] Fields errors
Message String Error message [optional]

Examples

  • Prepare the resource
$ErrorResponse = Initialize-PSAdGuardDNSErrorResponse  -ErrorCode null `
 -Fields null `
 -Message Validation failed
  • Convert the resource to JSON
$ErrorResponse | ConvertTo-JSON

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