HttpFailure

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

Safety Locations call ended with unexpected HTTP code.

Parameters

httpErrorCode

Http code the call ended with.

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

Constructors

Link copied to clipboard
constructor(httpErrorCode: Int, message: String)

Properties

Link copied to clipboard

Inherited properties

Link copied to clipboard