3.1.4.1.8.1.5 Response Header JSON Value

The response header JSON value object is a JSON object that contains header information for a response. It has the JSON members listed in the following table.

Member name

Member value

SchemaVersion

A CSOM String JSON value that represents the version of the protocol scheme. This value MUST conform to the VersionStringType simple type, as defined in section 3.1.4.1.4.12. It MUST be "14.0.0.0" or "15.0.0.0". This member MUST be present.

LibraryVersion

A CSOM String JSON value that represents the product version on the protocol server. This value MUST conform to the VersionStringType simple type, as defined in section 3.1.4.1.4.12. This member MUST be present.

ErrorInfo

If an unhandled error occurs on the protocol server while processing a request, this value is a CSOM error JSON value that contains information about the error. Otherwise, this value is a CSOM null JSON value. This member MUST be present.