gbox-sdk
Preparing search index...
GboxClient
V1
BoxRunCodeResponse
Interface BoxRunCodeResponse
Result of code execution
interface
BoxRunCodeResponse
{
exitCode
:
number
;
stderr
:
string
;
stdout
:
string
;
}
Index
Properties
exit
Code
stderr
stdout
Properties
exit
Code
exitCode
:
number
The exit code of the code
stderr
stderr
:
string
The stderr of the code
stdout
stdout
:
string
The stdout of the code
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exit
Code
stderr
stdout
gbox-sdk
Loading...
Result of code execution