Data Plane Warning
Data Plane OpenAPI specs
One of:
- Error response schema must be an object schema.
- Error response schema should contain an object property named
error. - The
errorproperty in the error response schema should be required. - Error schema should contain
codeproperty. - Error schema should contain
messageproperty. - The
codeproperty of error schema should be typestring. - The
messageproperty of error schema should be typestring. - Error schema should define
codeproperty as required. - Error schema should define
messageproperty as required. - Error response should contain a x-ms-error-code header.
Error response body should conform to Azure API Guidelines.
June 18, 2022
June 18, 2022
Correct the error response schema.