CodeError

class CodeError

Describes an AppSync error.

Types

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

Properties

Link copied to clipboard

The type of code error.

Link copied to clipboard

The line, column, and span location of the error in the code.

Link copied to clipboard

A user presentable error.

Functions

Link copied to clipboard
inline fun copy(block: CodeError.Builder.() -> Unit = {}): CodeError
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