@adcp/sdk API Reference - v10.0.1
Documentation
GitHub
npm
Preparing search index...
CanonicalReferenceFailureResult
Interface CanonicalReferenceFailureResult
interface
CanonicalReferenceFailureResult
{
kind
:
CanonicalReferenceKind
;
ref
:
CanonicalReference
;
cacheKey
:
string
;
fromCache
:
boolean
;
ok
:
false
;
status
:
|
"unresolvable"
|
"invalid_ref"
|
"invalid_document"
|
"invalid_schema"
|
"digest_mismatch"
|
"blocked_unsafe_url"
;
error
:
CanonicalReferenceError
;
httpStatus
?:
number
;
}
Hierarchy
CanonicalReferenceResultBase
CanonicalReferenceFailureResult
Index
Properties
kind
ref
cache
Key
from
Cache
ok
status
error
http
Status?
Properties
kind
kind
:
CanonicalReferenceKind
ref
ref
:
CanonicalReference
cache
Key
cacheKey
:
string
from
Cache
fromCache
:
boolean
ok
ok
:
false
status
status
:
|
"unresolvable"
|
"invalid_ref"
|
"invalid_document"
|
"invalid_schema"
|
"digest_mismatch"
|
"blocked_unsafe_url"
error
error
:
CanonicalReferenceError
Optional
http
Status
httpStatus
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
ref
cache
Key
from
Cache
ok
status
error
http
Status
Documentation
GitHub
npm
@adcp/sdk API Reference - v10.0.1
Loading...