kin-android / org.kin.sdk.base.network.services / KinService / FatalError
sealed class FatalError :
Exception
Name | Summary |
---|---|
IllegalResponse | object IllegalResponse : FatalError |
ItemNotFound | object ItemNotFound : FatalError |
PermanentlyUnavailable | object PermanentlyUnavailable : FatalError |
Name | Summary |
---|---|
Denied | open class Denied : FatalError |
IllegalRequest | open class IllegalRequest : FatalError |
TransientFailure | open class TransientFailure : FatalError |
UnexpectedServiceError | open class UnexpectedServiceError : FatalError |