3.1.4.1.8.2.1.3 ExceptionHandlingScopeSimpleResponse JSON Value

The ExceptionHandlingScopeSimpleResponse JSON value is the response for a CSOM action ExceptionHandlingScopeSimpleType complex type, as specified in section 3.1.4.1.3.11.

 <xs:element name="ExceptionHandlingScopeSimple" type="ExceptionHandlingScopeSimpleType" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>

It is a JSON object and it has the JSON members listed in the following table.

Member name

Member value

HasException

A CSOM Boolean JSON value that indicates whether an unhandled exception occurred on the protocol server while executing the CSOM actions specified by the ExceptionHandlingScopeSimpleType complex type. If an unhandled exception occurred, this value MUST be a JSON literal "true". Otherwise, this value MUST be a JSON literal "false". This member MUST be present.

ErrorInfo

Either a CSOM error JSON value that contains information about the error or, if there is no error message, a CSOM null JSON value. This member MUST be present.