kin-android

kin-android / org.kin.sdk.base.network.services / KinService / FatalError

FatalError

sealed class FatalError : Exception

Types

Name Summary
IllegalResponse object IllegalResponse : FatalError
ItemNotFound object ItemNotFound : FatalError
PermanentlyUnavailable object PermanentlyUnavailable : FatalError

Exceptions

Name Summary
Denied open class Denied : FatalError
IllegalRequest open class IllegalRequest : FatalError
TransientFailure open class TransientFailure : FatalError
UnexpectedServiceError open class UnexpectedServiceError : FatalError