codes

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2025 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Code

type Code = int32

https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Status#服务端错误响应

信息响应 (100–199)
成功响应 (200–299)
重定向消息 (300–399)
客户端错误响应 (400–499)
服务端错误响应 (500–599)

Code 响应状态

const (
	OK                  Code = 200
	BadRequest          Code = 400
	TokenInvalid        Code = 401
	TokenMission        Code = 402
	InternalServerError Code = 500
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL