ErrorResult
Represents a failed API request.
Required Fields
type
A description of the type of error that occurred.
title
A short title describing the error.
status
If an error code is applicable, this contains an error number.
detail
If detailed information about this error is available, this value contains more information.
instance
If this error corresponds to a specific instance or object, this field indicates which one.
content
The full content of the HTTP response.
Updated 7 months ago