Warning

class Warning

The warning code and message that explains a problem with a query.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The code used to show the type of warning for the query.

Link copied to clipboard

The message that explains the problem with the query.

Functions

Link copied to clipboard
inline fun copy(block: Warning.Builder.() -> Unit = {}): Warning
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String