Instance Property
インスタンスプロパティ
raw
rawValue
No overview available. 概要は利用可能でありません。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
let rawValue: Int
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Comparing Codes コードを比較する
typealias URLError.Code.RawValue
The type of the error code’s underlying raw value.
エラーコードのもつ基礎をなす生の値の型。
static func != (URLError.Code, URLError.Code) -> Bool
Returns a Boolean value indicating whether two values are not equal.
2つの値が等しくないかどうかを指し示すブール値を返します。