Documentation ¶
Index ¶
- func CAAError(msg string, args ...interface{}) error
- func ConnectionFailureError(msg string, args ...interface{}) error
- func InternalServerError(msg string, args ...interface{}) error
- func InvalidEmailError(msg string, args ...interface{}) error
- func Is(err error, errType ErrorType) bool
- func MalformedError(msg string, args ...interface{}) error
- func New(errType ErrorType, msg string, args ...interface{}) error
- func NotFoundError(msg string, args ...interface{}) error
- func RateLimitError(msg string, args ...interface{}) error
- func RejectedIdentifierError(msg string, args ...interface{}) error
- func UnauthorizedError(msg string, args ...interface{}) error
- func WrongAuthorizationStateError(msg string, args ...interface{}) error
- type BoulderError
- type ErrorType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnectionFailureError ¶
func InternalServerError ¶
func InvalidEmailError ¶
func MalformedError ¶
func NotFoundError ¶
func RateLimitError ¶
func RejectedIdentifierError ¶
func UnauthorizedError ¶
Types ¶
type BoulderError ¶
BoulderError represents internal Boulder errors
func (*BoulderError) Error ¶
func (be *BoulderError) Error() string
Click to show internal directories.
Click to hide internal directories.