com.lessthan3.maestropanel
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
com.lessthan3.maestropanel
com.lessthan3.maestropanel
/
com.lessthan3.maestropanel.core.networking
/
MaestroNetworkResult
Maestro
Network
Result
sealed
interface
MaestroNetworkResult
<
out
T
:
Any
>
Inheritors
Success
Error
Members
Types
Companion
Link copied to clipboard
object
Companion
Error
Link copied to clipboard
data
class
Error
(
val
type
:
MaestroNetworkError
)
:
MaestroNetworkResult
<
Nothing
>
Success
Link copied to clipboard
data
class
Success
<
T
:
Any
>
(
val
data
:
T
)
:
MaestroNetworkResult
<
T
>