@runloop/api-client - v1.18.1
GitHub
Documentation
Preparing search index...
sdk
Runloop
Axons
SqlStepResultView
Interface SqlStepResultView
interface
SqlStepResultView
{
error
?:
Runloop
.
Axons
.
SqlStepErrorView
|
null
;
success
?:
Runloop
.
Axons
.
SqlQueryResultView
|
null
;
}
Index
Properties
error?
success?
Properties
Optional
error
error
?:
Runloop
.
Axons
.
SqlStepErrorView
|
null
Error on failure.
Optional
success
success
?:
Runloop
.
Axons
.
SqlQueryResultView
|
null
Result on success.
Version
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
success
GitHub
Documentation
@runloop/api-client - v1.18.1
Loading...
Error on failure.