Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
Shared
/
com.erfangholami.androidsolidservices.shared.result
/
SolidResultException
Solid
Result
Exception
class
SolidResultException
(
val
error
:
SolidError
)
:
Exception
Throwable wrapper for a
SolidError
, used to propagate a failure through
getOrThrow
.
Members
Constructors
Solid
Result
Exception
Link copied to clipboard
constructor
(
error
:
SolidError
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Link copied to clipboard
val
error
:
SolidError
message
Link copied to clipboard
open
val
message
:
String
?