# Variables
ErrBadRequest returns an error when an unexpected request been processed.
ErrInternalServerError returns an error when an unexpected error occurs.
ErrResourceAlreadyExists returns an error when a resource already exists in storage.
ErrResourceNotFound returns an error when a requested resource not found in storage.
# Interfaces
Storage interface to handle storage operations.