Network Exception
class NetworkException(val errorCode: ErrorCode, message: String? = null, cause: Throwable? = null, val metadata: Map<String, Any> = emptyMap()) : UfcException(source)
Exception for network-related errors.
Constructors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Creates a new UfcException with multiple additional metadata entries.
Creates a new UfcException with an additional metadata entry.