Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ExitSuccess represents no error. ExitSuccess = 0 // ExitFailure represents general error. ExitFailure = 1 // ExitUsageError represents bad usage of command. ExitUsageError = 2 // ExitInvalidParams represents invalid input parameters for command. ExitInvalidParams = 3 // ExitResponse4xx represents HTTP status 4xx. ExitResponse4xx = 4 // ExitResponse5xx represents HTTP status 5xx. ExitResponse5xx = 5 // ExitNotFound represents HTTP status 404. ExitNotFound = 14 // ExitConflicted represents HTTP status 409. ExitConflicted = 19 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.