c

zio.s3

InvalidSettings

final case class InvalidSettings(message: String) extends S3Exception with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, S3Exception, AwsServiceException, SdkServiceException, SdkPojo, SdkException, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InvalidSettings
  2. Serializable
  3. Product
  4. Equals
  5. S3Exception
  6. AwsServiceException
  7. SdkServiceException
  8. SdkPojo
  9. SdkException
  10. RuntimeException
  11. Exception
  12. Throwable
  13. Serializable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InvalidSettings(message: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def awsErrorDetails(): AwsErrorDetails
    Definition Classes
    AwsServiceException
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equalsBySdkFields(arg0: Any): Boolean
    Definition Classes
    SdkPojo
  10. def extendedRequestId(): String
    Definition Classes
    SdkServiceException
  11. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getCause(): Throwable
    Definition Classes
    Throwable
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  16. def getMessage(): String
    Definition Classes
    AwsServiceException → Throwable
  17. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  18. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  19. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  20. def isClockSkewException(): Boolean
    Definition Classes
    AwsServiceException → SdkServiceException
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isThrottlingException(): Boolean
    Definition Classes
    AwsServiceException → SdkServiceException
  23. val message: String
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  28. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  29. def printStackTrace(): Unit
    Definition Classes
    Throwable
  30. def requestId(): String
    Definition Classes
    SdkServiceException
  31. def retryable(): Boolean
    Definition Classes
    SdkException
  32. def sdkFields(): List[SdkField[_]]
    Definition Classes
    SdkServiceException → SdkPojo
  33. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  34. def statusCode(): Int
    Definition Classes
    SdkServiceException
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toBuilder(): Builder
    Definition Classes
    S3Exception → AwsServiceException → SdkServiceException → SdkException
  37. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from S3Exception

Inherited from AwsServiceException

Inherited from SdkServiceException

Inherited from SdkPojo

Inherited from SdkException

Inherited from RuntimeException

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped