Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 679 Bytes

File metadata and controls

25 lines (19 loc) · 679 Bytes

FieldError

Properties

Name Type Description Notes
ErrorCode ErrorCodes
Field String Field name
Message String Error message [optional]

Examples

  • Prepare the resource
$FieldError = Initialize-PSAdGuardDNSFieldError  -ErrorCode null `
 -Field name `
 -Message Field is required
  • Convert the resource to JSON
$FieldError | ConvertTo-JSON

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