Documentation
¶
Overview ¶
Package codes documents the status codes used by unitsvc in error responses.
Index ¶
Constants ¶
View Source
const ( // Nil indicates an unknown error. Should you encounter a Nil status, fret not! It will be reported to the server admin. Nil = iota // NotFound indicates that the requested resource could not be found, or the user is not allowed to view it. NotFound BadRequest )
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.