Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/application-error
ApplicationError
Interface ApplicationError<C, D>
eslint-disable @typescript-eslint/no-explicit-any
interface
ApplicationError
<
C
extends
number
,
D
>
{
code
:
C
;
data
:
D
;
message
:
string
;
name
:
string
;
stack
?:
string
;
toJson
()
:
Literal
<
D
>
;
}
Type Parameters
C
extends
number
D
Hierarchy
Error
ApplicationError
Index
Properties
code
data
message
name
stack?
Methods
to
Json
Properties
Readonly
code
code
:
C
Readonly
data
data
:
D
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Methods
to
Json
toJson
()
:
Literal
<
D
>
Returns
Literal
<
D
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
data
message
name
stack
Methods
to
Json
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
eslint-disable @typescript-eslint/no-explicit-any