AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
migrationhubstrategy
/
aws.sdk.kotlin.services.migrationhubstrategy.model
/
ServerErrorCategory
Server
Error
Category
sealed
class
ServerErrorCategory
Inheritors
ArchitectureError
ConnectivityError
CredentialError
OtherError
PermissionError
SdkUnknown
Members
Types
Architecture
Error
Link copied to clipboard
object
ArchitectureError
:
ServerErrorCategory
Companion
Link copied to clipboard
object
Companion
Connectivity
Error
Link copied to clipboard
object
ConnectivityError
:
ServerErrorCategory
Credential
Error
Link copied to clipboard
object
CredentialError
:
ServerErrorCategory
Other
Error
Link copied to clipboard
object
OtherError
:
ServerErrorCategory
Permission
Error
Link copied to clipboard
object
PermissionError
:
ServerErrorCategory
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ServerErrorCategory
Properties
value
Link copied to clipboard
abstract
val
value
:
String