-
-
Notifications
You must be signed in to change notification settings - Fork 60
RequestError
Aleksandr Rogov edited this page Jul 15, 2023
·
1 revision
Callback with an acquired token called by DynamicsWebApi; "token" argument can be a string or an object with a property {accessToken: }
-
Error
↳
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
Error.message
• name: string
The name of the error
Error.name
• Optional
status: number
HTTP status code
• Optional
statusText: string
HTTP status text. Frequently empty