enum StreamError : Enum<StreamError> , DatError
| Member |
|---|
STREAM_ERROR |
HINGE_CLOSED |
PERMISSIONS_DENIED |
description
: String
[Get] |
Human-readable description of the error.
Signature
open override val description: String |
getLocalizedDescription
(
context
)
|
Returns a localized description of the error using Android string resources when available.
Signature
open override fun getLocalizedDescription(context: Context?): String Parameters context: Context?
Optional Android context for accessing string resources. If null or if no localized string is available, returns the default StreamError.description.
Returns String
The localized error description, or the default description if localization unavailable.
|