Documentation ¶
Overview ¶
Package errcode Dicehub错误码
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageErrorCode ¶
type ImageErrorCode string
ImageErrorCode 错误码类型
const ( NetworkError ImageErrorCode = "IMG0001" InternalServerError ImageErrorCode = "IMG0002" PermissionDenied ImageErrorCode = "IMG0003" ResourceNotFound ImageErrorCode = "IMG0004" HeaderMissing ImageErrorCode = "IMG0005" BodyMissing ImageErrorCode = "IMG0006" BodyInvalidFormat ImageErrorCode = "IMG0007" ParamMissing ImageErrorCode = "IMG0008" ParamInvalidFormat ImageErrorCode = "IMG0009" ParamInvalid ImageErrorCode = "IMG0010" ParamExist ImageErrorCode = "IMG0011" ResourceInUse ImageErrorCode = "IMG0012" )
Dicehub错误码
Click to show internal directories.
Click to hide internal directories.