HttpFailure

class HttpFailure(val httpErrorCode: Int, val message: String) : SearchFailure

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 HttpFailure(httpErrorCode: Int, message: String)

Properties

Link copied to clipboard
Link copied to clipboard