CallWarning

class CallWarning(val type: String, val message: String? = null, val details: JsonElement? = null)(source)

Provider warning for a call that still completed. Mirrors v6's CallWarning shape without baking provider-specific warning enums into common code.

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(type: String, message: String? = null, details: JsonElement? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard