Skip to main content

StartApplicationDiscoveryV1403Response

Properties

NameTypeDescriptionNotes
DetailCodeStringFine-grained error code providing more detail of the error.[optional]
TrackingIdStringUnique tracking id for the error.[optional]
Messages[]ErrormessagedtoGeneric localized reason for error[optional]
Causes[]ErrormessagedtoPlain-text descriptive reasons to provide additional detail to the text provided in the messages field[optional]
VarErrorStringError message when quota is exceeded[required]

Examples

  • Prepare the resource
$StartApplicationDiscoveryV1403Response = Initialize-StartApplicationDiscoveryV1403Response  -DetailCode 400.1 Bad Request Content `
-TrackingId e7eab60924f64aa284175b9fa3309599 `
-Messages null `
-Causes null `
-VarError null
  • Convert the resource to JSON
$StartApplicationDiscoveryV1403Response | ConvertTo-JSON

[Back to top]