Contents

Error

Information about an error that occurred while processing a request.

Declaration

object Error

Properties

NameTypeDescription
code Requiredstring

The code for this error. For possible values, see HTTP Status Codes.

detailstring

A long, possibly localized, description of the problem.

id Requiredstring

A unique identifier for this occurrence of the error.

sourceError.Source

An object containing references to the source of the error. For possible members, see Source object.

status Requiredstring

The HTTP status code for this problem.

title Requiredstring

A short, possibly localized, description of the problem.

Mentioned in

Discussion

If a request is unsuccessful, the errors in the response may contain an Error object for each problem that occurred.

Topics

Related Objects

See Also

Handling Errors