Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Success represents a successful operation. Success string = "success" // Error represents a failed operation. Error string = "error" NotFound string = "not found" Unauthorized string = "unauthorized" // Forbidden represents a forbidden access error. Forbidden string = "forbidden" // BadRequest represents a bad request error. ValidationFailed string = "validation failed" BadRequest string = "bad request" // InternalServerError represents an internal server error. InternalServerError string = "internal server error" ServiceUnavailable string = "service unavailable" // GatewayTimeout represents a gateway timeout error. GatewayTimeout string = "gateway timeout" // DuplicateResource represents a duplicate resource error. DuplicateResource string = "duplicate resource" // InvalidCredentials represents an invalid credentials error. InvalidCredentials string = "invalid credentials" )
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.