object GetRecordsError extends Companion[GetRecordsError] with Serializable
- Source
- Kinesis.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetRecordsError
- Serializable
- Companion
- Companion
- Has
- ShapeTag
- HasId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class AccessDeniedExceptionCase(accessDeniedException: AccessDeniedException) extends GetRecordsError with Product with Serializable
- final case class ExpiredIteratorExceptionCase(expiredIteratorException: ExpiredIteratorException) extends GetRecordsError with Product with Serializable
- final case class InvalidArgumentExceptionCase(invalidArgumentException: InvalidArgumentException) extends GetRecordsError with Product with Serializable
- final case class KMSAccessDeniedExceptionCase(kMSAccessDeniedException: KMSAccessDeniedException) extends GetRecordsError with Product with Serializable
- final case class KMSDisabledExceptionCase(kMSDisabledException: KMSDisabledException) extends GetRecordsError with Product with Serializable
- final case class KMSInvalidStateExceptionCase(kMSInvalidStateException: KMSInvalidStateException) extends GetRecordsError with Product with Serializable
- final case class KMSNotFoundExceptionCase(kMSNotFoundException: KMSNotFoundException) extends GetRecordsError with Product with Serializable
- final case class KMSOptInRequiredCase(kMSOptInRequired: KMSOptInRequired) extends GetRecordsError with Product with Serializable
- final case class KMSThrottlingExceptionCase(kMSThrottlingException: KMSThrottlingException) extends GetRecordsError with Product with Serializable
- final case class ProvisionedThroughputExceededExceptionCase(provisionedThroughputExceededException: ProvisionedThroughputExceededException) extends GetRecordsError with Product with Serializable
- final case class ResourceNotFoundExceptionCase(resourceNotFoundException: ResourceNotFoundException) extends GetRecordsError with Product with Serializable
- trait Visitor[A] extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accessDeniedException(accessDeniedException: AccessDeniedException): GetRecordsError
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def errorSchema: ErrorSchema[GetRecordsError]
- Definition Classes
- Companion
- def expiredIteratorException(expiredIteratorException: ExpiredIteratorException): GetRecordsError
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def getTag: ShapeTag[GetRecordsError]
- Definition Classes
- Companion → Has
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hints: Hints
- val id: ShapeId
- Definition Classes
- GetRecordsError → HasId
- def invalidArgumentException(invalidArgumentException: InvalidArgumentException): GetRecordsError
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kMSAccessDeniedException(kMSAccessDeniedException: KMSAccessDeniedException): GetRecordsError
- def kMSDisabledException(kMSDisabledException: KMSDisabledException): GetRecordsError
- def kMSInvalidStateException(kMSInvalidStateException: KMSInvalidStateException): GetRecordsError
- def kMSNotFoundException(kMSNotFoundException: KMSNotFoundException): GetRecordsError
- def kMSOptInRequired(kMSOptInRequired: KMSOptInRequired): GetRecordsError
- def kMSThrottlingException(kMSThrottlingException: KMSThrottlingException): GetRecordsError
- def liftError(throwable: Throwable): Option[GetRecordsError]
- Definition Classes
- GetRecordsError → Companion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def provisionedThroughputExceededException(provisionedThroughputExceededException: ProvisionedThroughputExceededException): GetRecordsError
- def resourceNotFoundException(resourceNotFoundException: ResourceNotFoundException): GetRecordsError
- implicit val schema: Schema[GetRecordsError]
- Definition Classes
- GetRecordsError → ShapeTag
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit val tagInstance: ShapeTag[GetRecordsError]
- Definition Classes
- Companion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unliftError(e: GetRecordsError): Throwable
- Definition Classes
- GetRecordsError → Companion
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object AccessDeniedExceptionCase extends Serializable
- object ExpiredIteratorExceptionCase extends Serializable
- object InvalidArgumentExceptionCase extends Serializable
- object KMSAccessDeniedExceptionCase extends Serializable
- object KMSDisabledExceptionCase extends Serializable
- object KMSInvalidStateExceptionCase extends Serializable
- object KMSNotFoundExceptionCase extends Serializable
- object KMSOptInRequiredCase extends Serializable
- object KMSThrottlingExceptionCase extends Serializable
- object ProvisionedThroughputExceededExceptionCase extends Serializable
- object ResourceNotFoundExceptionCase extends Serializable
- object Visitor