File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/aws-crt/dist.browser/common

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

error.d.ts302 B · 14 lines
/** * Library-specific error interface type * * @packageDocumentation * @module error *//** * Node/browser-shared interface for an error thrown by the CRT. Implementations of the interface * extend the base Javascript Error. */export interface ICrtError {    readonly error_name?: string;}