uniflow-core / io.uniflow.core.flow.error / NetworkException

NetworkException

class NetworkException : UIError

Constructors

<init>

NetworkException(message: String? = null, error: Throwable? = null)

Inherited Properties

cause

val cause: UIError?

message

val message: String?

origin

var origin: Throwable?

Inherited Functions

equals

open fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String