ApiError

class ApiError(message: String, statusCode: Int = 0, body: Any? = null, details: Any? = null) : SdkError

A service request failed while preserving status and response details.

Constructors

Link copied to clipboard
constructor(message: String, statusCode: Int = 0, body: Any? = null, details: Any? = null)