Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrContextExpired ¶
type ErrContextExpired struct {
// contains filtered or unexported fields
}
func NewErrContextExpired ¶
func NewErrContextExpired(err error) ErrContextExpired
func (ErrContextExpired) Error ¶
func (e ErrContextExpired) Error() string
type ErrGraphQLUser ¶ added in v1.20.0
type ErrGraphQLUser struct {
// contains filtered or unexported fields
}
func NewErrGraphQLUser ¶ added in v1.20.0
func NewErrGraphQLUser(err error, operation, className string) ErrGraphQLUser
func (ErrGraphQLUser) ClassName ¶ added in v1.20.0
func (e ErrGraphQLUser) ClassName() string
func (ErrGraphQLUser) Error ¶ added in v1.20.0
func (e ErrGraphQLUser) Error() string
func (ErrGraphQLUser) OriginalError ¶ added in v1.20.0
func (e ErrGraphQLUser) OriginalError() error
func (ErrGraphQLUser) QueryType ¶ added in v1.20.0
func (e ErrGraphQLUser) QueryType() string
type ErrInternal ¶
type ErrInternal struct {
// contains filtered or unexported fields
}
func NewErrInternal ¶
func NewErrInternal(err error) ErrInternal
func (ErrInternal) Error ¶
func (e ErrInternal) Error() string
type ErrLockConnector ¶ added in v1.20.0
type ErrLockConnector struct {
// contains filtered or unexported fields
}
func NewErrLockConnector ¶ added in v1.20.0
func NewErrLockConnector(err error) ErrLockConnector
func (ErrLockConnector) Error ¶ added in v1.20.0
func (e ErrLockConnector) Error() string
type ErrNotFound ¶
type ErrNotFound struct {
// contains filtered or unexported fields
}
func NewErrNotFound ¶
func NewErrNotFound(err error) ErrNotFound
func (ErrNotFound) Error ¶
func (e ErrNotFound) Error() string
type ErrOpenHttpRequest ¶
type ErrOpenHttpRequest struct {
// contains filtered or unexported fields
}
func NewErrOpenHttpRequest ¶
func NewErrOpenHttpRequest(err error) ErrOpenHttpRequest
func (ErrOpenHttpRequest) Error ¶
func (e ErrOpenHttpRequest) Error() string
type ErrRateLimit ¶ added in v1.20.0
type ErrRateLimit struct {
// contains filtered or unexported fields
}
func NewErrRateLimit ¶ added in v1.20.0
func NewErrRateLimit() ErrRateLimit
func (ErrRateLimit) Error ¶ added in v1.20.0
func (e ErrRateLimit) Error() string
type ErrSendHttpRequest ¶
type ErrSendHttpRequest struct {
// contains filtered or unexported fields
}
func NewErrSendHttpRequest ¶
func NewErrSendHttpRequest(err error) ErrSendHttpRequest
func (ErrSendHttpRequest) Error ¶
func (e ErrSendHttpRequest) Error() string
type ErrUnexpectedStatusCode ¶
type ErrUnexpectedStatusCode struct {
// contains filtered or unexported fields
}
func NewErrUnexpectedStatusCode ¶
func NewErrUnexpectedStatusCode(statusCode int, body []byte) ErrUnexpectedStatusCode
func (ErrUnexpectedStatusCode) Error ¶
func (e ErrUnexpectedStatusCode) Error() string
type ErrUnmarshalBody ¶
type ErrUnmarshalBody struct {
// contains filtered or unexported fields
}
func NewErrUnmarshalBody ¶
func NewErrUnmarshalBody(err error) ErrUnmarshalBody
func (ErrUnmarshalBody) Error ¶
func (e ErrUnmarshalBody) Error() string
type ErrUnprocessable ¶
type ErrUnprocessable struct {
// contains filtered or unexported fields
}
func NewErrUnprocessable ¶
func NewErrUnprocessable(err error) ErrUnprocessable
func (ErrUnprocessable) Error ¶
func (e ErrUnprocessable) Error() string
Click to show internal directories.
Click to hide internal directories.