Error

smithy.api.Error
See theError companion object
sealed abstract class Error(_value: String, _name: String, _intValue: Int, _hints: Hints) extends Value

Indicates that a structure shape represents an error.

All shapes referenced by the errors list of an operation MUST be targeted with this trait.

Attributes

Companion
object
Graph
Supertypes
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object CLIENT.type
object SERVER.type

Members list

Type members

Types

override type EnumType = Error

Value members

Concrete methods

Attributes

Definition Classes
final def widen: Error

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

override val hints: Hints
override val intValue: Int
override val name: String
override val value: String