toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
migrationhubstrategy
/
aws.sdk.kotlin.services.migrationhubstrategy.model
/
AppUnitErrorCategory
App
Unit
Error
Category
sealed
class
AppUnitErrorCategory
Inheritors
ConnectivityError
CredentialError
OtherError
PermissionError
UnsupportedError
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Connectivity
Error
Link copied to clipboard
object
ConnectivityError
:
AppUnitErrorCategory
Credential
Error
Link copied to clipboard
object
CredentialError
:
AppUnitErrorCategory
Other
Error
Link copied to clipboard
object
OtherError
:
AppUnitErrorCategory
Permission
Error
Link copied to clipboard
object
PermissionError
:
AppUnitErrorCategory
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AppUnitErrorCategory
Unsupported
Error
Link copied to clipboard
object
UnsupportedError
:
AppUnitErrorCategory
Properties
value
Link copied to clipboard
abstract
val
value
:
String