HttpError

class HttpError(val httpErrorCode: Int, val message: String = "") : SearchError

Online REST API call ended with unexpected HTTP code.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

httpErrorCode

Http code the call ended with.

Constructors

Link copied to clipboard
fun HttpError(httpErrorCode: Int, message: String = "")

Properties

Link copied to clipboard
Link copied to clipboard