# Functions
MapAndFilterErrors takes in an error at the db level and translates it into a standard error.
NewFieldMask initializes a FieldMask object from a protobuf FieldMask pointer.
# Constants
MaxLimit is the maximum limit value for pagination.
# Variables
ErrBadRequest is the returned standard error for bad requests.
ErrDuplicateRecord is the returned standard error for finding duplicates.
ErrInternal is the returned standard error for an internal error.
ErrInvalidLimit is the returned standard error for invalid limit for pagination.
ErrNotFound is the returned standard error for value(s) not found.
ErrorMapping is the default mapping of errors used by MapAndFilterErrors to, for example, map errors from other application layers to what an API package will want to return.
ErrorPassthroughSet is the default set of errors that will be passed through by MapAndFilterErrors without blocking or mapping.