Contents

Error

Information about an error that occurred while processing a request.

Declaration

object Error

Properties

NameTypeDescription
code Requiredstring

The specific code for the underlying cause of the error.

detailstring

More detailed information about the cause of the error, intended to help identify possible resolutions.

id Requiredstring

The identifier of the error, mapping to the occurrence.

sourceError.Source

An object containing a reference to the source of the error.

status Requiredstring

The HTTP status code the error maps to.

title Requiredstring

A developer-friendly title for the error.

Topics

Related Objects

See Also

Handling errors