Preparing search index...
The search index is not available
@shopify/cli-kit
@shopify/cli-kit
node/error
BugError
Class BugError
A bug error is an error that represents a bug and therefore should be reported.
Hierarchy (
View Summary
)
FatalError
BugError
FindUpAndReadPackageJsonNotFoundError
Index
Constructors
constructor
Properties
custom
Sections?
formatted
Message?
next
Steps?
skip
Oclif
Error
Handling
try
Message
type
Constructors
constructor
new
BugError
(
message
:
|
string
|
TokenizedString
|
{
command
:
string
}
|
LinkToken
|
{
char
:
string
}
|
UserInputToken
|
{
subdued
:
string
}
|
{
filePath
:
string
}
|
ListToken
|
BoldToken
|
{
info
:
string
}
|
{
warn
:
string
}
|
{
error
:
string
}
|
Token
[]
,
tryMessage
?:
|
null
|
string
|
TokenizedString
|
{
command
:
string
}
|
LinkToken
|
{
char
:
string
}
|
UserInputToken
|
{
subdued
:
string
}
|
{
filePath
:
string
}
|
ListToken
|
BoldToken
|
{
info
:
string
}
|
{
warn
:
string
}
|
{
error
:
string
}
|
Token
[]
,
)
:
BugError
Parameters
message
:
|
string
|
TokenizedString
|
{
command
:
string
}
|
LinkToken
|
{
char
:
string
}
|
UserInputToken
|
{
subdued
:
string
}
|
{
filePath
:
string
}
|
ListToken
|
BoldToken
|
{
info
:
string
}
|
{
warn
:
string
}
|
{
error
:
string
}
|
Token
[]
tryMessage
:
|
null
|
string
|
TokenizedString
|
{
command
:
string
}
|
LinkToken
|
{
char
:
string
}
|
UserInputToken
|
{
subdued
:
string
}
|
{
filePath
:
string
}
|
ListToken
|
BoldToken
|
{
info
:
string
}
|
{
warn
:
string
}
|
{
error
:
string
}
|
Token
[]
= null
Returns
BugError
Properties
Optional
custom
Sections
customSections
?:
CustomSection
[]
Optional
formatted
Message
formattedMessage
?:
TokenItem
Optional
next
Steps
nextSteps
?:
TokenItem
<
InlineToken
>
[]
skip
Oclif
Error
Handling
skipOclifErrorHandling
:
boolean
try
Message
tryMessage
:
null
|
TokenItem
type
type
:
FatalErrorType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
custom
Sections
formatted
Message
next
Steps
skip
Oclif
Error
Handling
try
Message
type
@shopify/cli-kit
Loading...
A bug error is an error that represents a bug and therefore should be reported.