AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/server
ErrorContext
Interface ErrorContext
Where an error surfaced, passed to
onError
.
interface
ErrorContext
{
method
:
string
;
path
:
string
;
}
Index
Properties
method
path
Properties
Readonly
method
method
:
string
Readonly
path
path
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
method
path
GitHub
AskSQL API Reference (core v0.10.0)
Loading...
Where an error surfaced, passed to
onError.