@logixjs/core
Preparing search index...
InternalContracts
ConstructionGuard
ConstructionGuardError
Interface ConstructionGuardError
interface
ConstructionGuardError
{
_tag
:
"ConstructionGuardError"
;
hint
?:
string
;
kind
:
"missing_service"
|
"unknown_defect"
;
message
:
string
;
missingService
?:
string
;
name
:
string
;
stack
?:
string
;
}
Hierarchy
Error
ConstructionGuardError
Index
Properties
_
tag
hint?
kind
message
missing
Service?
name
stack?
Properties
Readonly
_
tag
_tag
:
"ConstructionGuardError"
Optional
Readonly
hint
hint
?:
string
Readonly
kind
kind
:
"missing_service"
|
"unknown_defect"
message
message
:
string
Optional
Readonly
missing
Service
missingService
?:
string
name
name
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
tag
hint
kind
message
missing
Service
name
stack
@logixjs/core
Loading...