SidecarExitedException constructor
const
SidecarExitedException(
- int exitCode
Implementation
const SidecarExitedException(this.exitCode)
: super('The Go sidecar exited with code $exitCode.');
const SidecarExitedException(this.exitCode)
: super('The Go sidecar exited with code $exitCode.');