Documentation ¶
Index ¶
- Variables
- func NewAlreadyExistsError(format string, args ...interface{}) error
- func NewInternalError(format string, args ...interface{}) error
- func NewInvalidArgumentError(format string, args ...interface{}) error
- func NewNotFoundError(format string, args ...interface{}) error
- func NewUnauthenticatedError(format string, args ...interface{}) error
- func NewUnavailableError(format string, args ...interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AppId错误 InvalidAppSecretError = NewUnauthenticatedError("Invalid app secret") )
Functions ¶
func NewAlreadyExistsError ¶
func NewInternalError ¶
func NewInvalidArgumentError ¶
func NewNotFoundError ¶
func NewUnauthenticatedError ¶
func NewUnavailableError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.