Skip to main content

ErrorResponse

The Error Response data class is used to provide error response details in the CheckResponse and DownloadResponse data classes.

Parameters

NameTypeDescription
errorErrorA link, if present, in the error.
metaMetaMisc. meta information.

Error Class

The Error data class is a used to provide error information in the ErrorResponse class.

Parameters

NameTypeDescription
linkString?A link, if present, in the error.
messageStringAn explanation of the error.
typeStringThe error type.
detailsList<Details>?A list of more details about the error.
event_idStringAn ID assigned to the event.