package
0.0.3
Repository: https://github.com/fabric8io/almighty-core.git
Documentation: pkg.go.dev

# Functions

NewBadParameterError returns the custom defined error of type NewBadParameterError.
NewConversionError returns the custom defined error of type NewConversionError.
NewForbiddenError returns the custom defined error of type ForbiddenError.
NewInternalError returns the custom defined error of type InternalError.
NewNotFoundError returns the custom defined error of type NewNotFoundError.
NewUnauthorizedError returns the custom defined error of type UnauthorizedError.
NewVersionConflictError returns the custom defined error of type VersionConflictError.

# Constants

Constants that can be used to identify internal server errors.

# Structs

BadParameterError means that a parameter was not as required.
ConversionError error means something went wrong converting between different representations.
ForbiddenError means that the operation is forbidden.
InternalError means that the operation failed for some internal, unexpected reason.
NotFoundError means the object specified for the operation does not exist.
UnauthorizedError means that the operation is unauthorized.
VersionConflictError means that the version was not as expected in an update operation.