Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
client
/
com.erfangholami.androidsolidservices.client.sdk
/
SolidSignInResult
/
Failed
Failed
data
class
Failed
(
val
exception
:
SolidException
)
:
SolidSignInResult
The flow could not run;
exception
is the same typed hierarchy the rest of the SDK throws.
Members
Constructors
Failed
Link copied to clipboard
constructor
(
exception
:
SolidException
)
Properties
exception
Link copied to clipboard
val
exception
:
SolidException