Skip to content

callbacks DynamicsWebApi.RequestError

Aleksandr Rogov edited this page Jul 15, 2023 · 1 revision

Interface: RequestError

DynamicsWebApi.RequestError

Table of contents

Properties

Properties

code

Optional code: string

This code is not related to the http status code and is frequently empty


headers

Optional headers: any

HTTP Response headers


innererror

Optional innererror: Object

Details about an error

Type declaration

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

message: string

A message describing the error


status

Optional status: number

HTTP status code


statusText

Optional statusText: string

HTTP status text. Frequently empty

dynamics-web-api-wiki

Namespaces

Clone this wiki locally