# Functions
No description provided by the author
NewBadRequestError 400 Bad Request.
NewConflictError 409 Conflict.
NewExternalServiceError 502 Bad Gateway.
NewForbiddenError 403 Forbidden.
NewInternalError 500 Internal Server Error.
NewNotFoundError 404 Not Found.
NewRateLimitError 429 Too Many Requests.
NewServiceUnavailableError 503 Service Unavailable.
NewTimeoutError 504 Gateway Timeout.
NewUnauthorizedError 401 Unauthorized.
NewValidationErrors creates a new ValidationErrors instance.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AppError はアプリケーション固有のエラーを表します。.
FieldError represents a validation error for a specific field.
# Type aliases
No description provided by the author
ValidationErrors is a collection of FieldErrors.