Documentation
¶
Overview ¶
Package exitcode defines the stable exit codes emitted by the traceway CLI. LLMs and scripts may branch on these values; do not renumber.
Index ¶
Constants ¶
View Source
const ( Success = 0 Generic = 1 Usage = 2 Connection = 3 Auth = 4 NotFound = 5 RateLimited = 6 Server = 7 )
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.