Error
data class Error<T>(val state: UIAState, val errorResponse: ErrorResponse, getFallbackUrlCallback: (AuthenticationType) -> Url, authenticateCallback: suspend (AuthenticationRequest) -> Result<UIA<T>>, onSuccessCallback: suspend () -> Unit = {}) : UIA<T>
Constructors
Link copied to clipboard
constructor(state: UIAState, errorResponse: ErrorResponse, getFallbackUrlCallback: (AuthenticationType) -> Url, authenticateCallback: suspend (AuthenticationRequest) -> Result<UIA<T>>, onSuccessCallback: suspend () -> Unit = {})