MicrosoftDocs / Advertising-docs

Creative Commons Attribution 4.0 International
15 stars 59 forks source link

Please reference possible error codes in Service Operation documentation. #382

Closed khvn26 closed 5 years ago

khvn26 commented 5 years ago

It would help massively not to guess/test which error codes which individual service operations can return.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

eric-urban commented 5 years ago

@khvn26 there isn't a strict contract for error codes to service operations. New error codes could be added in the future for an existing service operation. For details on the SOAP API fault model please see the troubleshooting guide. Also note many of the same error codes are returned in the Bulk upload result file. For example 1042 can be returned whether creating ads via AddAds or Bulk upload of an Expanded Text Ad record.

khvn26 commented 5 years ago

Thanks for the direction, I've overlooked the fault model doc.