Documentation
¶
Index ¶
Constants ¶
View Source
const ( // NoType no typed error. NoType = ErrorType(iota) // BadRequest the server was unable to process the request sent by the client due to invalid syntax. BadRequest // NotFound the server could not find what was requested. NotFound // Conflict indicates that the request could not be processed because of conflict in the request, // such as an edit conflict in the case of multiple updates. Conflict )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.