@study-lenses/tracing
Preparing search index...
TracifyFailure
Type Alias TracifyFailure
Error result from
tracify()
. Never throws — errors are captured here.
type
TracifyFailure
=
{
code
:
string
;
config
:
object
|
undefined
;
error
:
TracingError
;
ok
:
false
;
tracer
:
TracerModule
;
}
Index
Properties
code
config
error
ok
tracer
Properties
Readonly
code
code
:
string
Readonly
config
config
:
object
|
undefined
Readonly
error
error
:
TracingError
Readonly
ok
ok
:
false
Readonly
tracer
tracer
:
TracerModule
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
config
error
ok
tracer
@study-lenses/tracing
Loading...
Error result from
tracify(). Never throws — errors are captured here.