geoview-core - v2.2.0
Preparing search index...
PingResult
Type Alias PingResult
Result of a URL reachability ping check.
type
PingResult
=
{
error
?:
string
;
isReachable
:
boolean
;
isValid
:
boolean
;
needsProxy
:
boolean
;
status
:
number
|
null
;
}
Index
Properties
error?
is
Reachable
is
Valid
needs
Proxy
status
Properties
Optional
error
error
?:
string
is
Reachable
isReachable
:
boolean
is
Valid
isValid
:
boolean
needs
Proxy
needsProxy
:
boolean
status
status
:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
is
Reachable
is
Valid
needs
Proxy
status
geoview-core - v2.2.0
Loading...
Result of a URL reachability ping check.