gbox-sdk
    Preparing search index...

    Interface BoxRunCodeResponse

    Result of code execution

    interface BoxRunCodeResponse {
        exitCode: number;
        stderr: string;
        stdout: string;
    }
    Index

    Properties

    exitCode: number

    The exit code of the code

    stderr: string

    The stderr of the code

    stdout: string

    The stdout of the code