Skip to content

callbacks DynamicsWebApi.Interface.RequestError

Aleksandr Rogov edited this page May 12, 2025 · 2 revisions

dynamics-web-api-wiki / DynamicsWebApi / RequestError

Interface: RequestError

Properties

Property Type Description
code? string This code is not related to the http status code and is frequently empty
headers? any HTTP Response headers
innererror? object Details about an error
innererror.message? string A message describing the error, this is frequently the same as the outer message
innererror.stacktrace? string Details from the server about where the error occurred
innererror.type? string Microsoft.Crm.CrmHttpException
message string A message describing the error
status? number HTTP status code
statusText? string HTTP status text. Frequently empty

API

Namespaces

Classes

Clone this wiki locally