-
-
Notifications
You must be signed in to change notification settings - Fork 60
callbacks DynamicsWebApi.RequestError
Aleksandr Rogov edited this page Jul 15, 2023
·
1 revision
DynamicsWebApi.RequestError
• Optional
code: string
This code is not related to the http status code and is frequently empty
• Optional
headers: any
HTTP Response headers
• Optional
innererror: Object
Details about an error
Name | Type | Description |
---|---|---|
message? |
string |
A message describing the error, this is frequently the same as the outer message |
stacktrace? |
string |
Details from the server about where the error occurred |
type? |
string |
Microsoft.Crm.CrmHttpException |
• message: string
A message describing the error
• Optional
status: number
HTTP status code
• Optional
statusText: string
HTTP status text. Frequently empty