package
0.0.0-20241217144207-53ab948c626a
Repository: https://github.com/jorgeo3/flowcast.git
Documentation: pkg.go.dev

# Functions

NewBadRequest creates a new BadRequest error.
NewConflict creates a new Conflict error.
NewForbidden creates a new Forbidden error.
NewInternal creates a new Internal error.
NewNotFound creates a new NotFound error.
NewTimeout creates a new Timeout error.
NewTooManyRequests creates a new TooManyRequests error.
NewUnauthorized creates a new Unauthorized error.
NewValidation creates a new Validation error.

# Structs

BadRequest indicates a malformed or invalid client request.
Conflict represents a conflict error, such as a uniqueness violation.
Forbidden indicates that the client doesn't have permission to access the requested resource.
Internal represents an internal server error.
NotFound represents an error where the requested resource was not found.
Timeout indicates that the operation did not complete within the expected time.
TooManyRequests indicates that the client has sent too many requests in a given amount of time.
Unauthorized indicates that the request lacks valid authentication credentials.
Validation represents a validation error in the input data.

# Interfaces

AudSyncError -.