IOSSslError class Null safety
Class that represents the iOS-specific primary error associated to the server SSL certificate. Used by the ServerTrustChallenge class.
Properties
- hashCode → int
-
The hash code for this object.
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
toValue(
) → int
Operators
-
operator ==(
Object value) → bool -
The equality operator.
override
Static Properties
-
values
→ Set<
IOSSslError> -
final
Static Methods
-
fromValue(
int? value) → IOSSslError?
Constants
- DENY → const IOSSslError
-
Indicates a user-configured deny; do not proceed.
const IOSSslError._internal(3)
- FATAL_TRUST_FAILURE → const IOSSslError
-
Indicates a trust failure which cannot be overridden by the user.
const IOSSslError._internal(6)
- INVALID → const IOSSslError
-
Indicates an invalid setting or result.
const IOSSslError._internal(0)
- OTHER_ERROR → const IOSSslError
-
Indicates a failure other than that of trust evaluation.
const IOSSslError._internal(7)
- RECOVERABLE_TRUST_FAILURE → const IOSSslError
-
Indicates a trust policy failure which can be overridden by the user.
const IOSSslError._internal(5)
- UNSPECIFIED → const IOSSslError
-
Indicates the evaluation succeeded and the certificate is implicitly trusted, but user intent was not explicitly specified.
const IOSSslError._internal(4)