Documentation
¶
Overview ¶
Package exitcode defines process exit codes used as a contract between devsy and any parent process that spawns it as a subprocess (e.g. the backhaul SSH command). Keeping these in a leaf package avoids import cycles between the packages that emit and consume them.
Index ¶
Constants ¶
View Source
const WorkspaceNotFound = 75
WorkspaceNotFound is emitted when devsy exits because the requested workspace could not be located. Parent processes may treat this as a transient signal (e.g. during a workspace-registration race) and retry.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.