ErrorResponse interface
Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message.
Properties
code | Error code. |
message | Error message indicating why the operation failed. |
Property Details
code
Error code.
code?: string
Property Value
string
message
Error message indicating why the operation failed.
message?: string
Property Value
string
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for JavaScript