ApiError

constructor(errorCode: String, errorSummary: String?, errorLink: String?, errorId: String?, errorCauses: List<String>?, httpStatusCode: HttpStatusCode)

Parameters

errorCode

A string representing the specific error code.

errorSummary

An optional summary of the error.

errorLink

An optional link to more information about the error.

errorId

An optional unique identifier for the error instance.

errorCauses

An optional list of causes for the error.

httpStatusCode

The HttpStatusCode associated with this error.